From fc2f4490e0949ee9ddedda3fa1cf256f7903ae45 Mon Sep 17 00:00:00 2001
From: zhangback <zhangback@163.com>
Date: 星期二, 10 三月 2026 17:34:50 +0800
Subject: [PATCH] 新增skill
---
ui/admin-ui3/src/views/tms/paymentTmsQuotePlan/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/paymentTmsQuotePlan/index.vue b/ui/admin-ui3/src/views/tms/paymentTmsQuotePlan/index.vue
index 283c019..2607d96 100644
--- a/ui/admin-ui3/src/views/tms/paymentTmsQuotePlan/index.vue
+++ b/ui/admin-ui3/src/views/tms/paymentTmsQuotePlan/index.vue
@@ -578,8 +578,9 @@
handleSelectionChangeFunc: (selection: any) => {
selectionList.value = selection;
},
- getBeginListFunc:()=>{
+ getBeginListFunc:(params = {})=>{
queryParams.value.planType = '1'
+ return params
},
handleBeforeOpenFunc:(type:string)=>{
form.value.items = [];
--
Gitblit v1.8.0