From ea3197fc04afe64d7c34bcf1aee3226838a1f2c3 Mon Sep 17 00:00:00 2001
From: sen <sen@qq.com>
Date: 星期五, 13 三月 2026 10:44:16 +0800
Subject: [PATCH] 添加日志
---
ui/admin-ui3/src/views/tms/otherTmsFinance/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/ui/admin-ui3/src/views/tms/otherTmsFinance/index.vue b/ui/admin-ui3/src/views/tms/otherTmsFinance/index.vue
index 7766185..3e56f18 100644
--- a/ui/admin-ui3/src/views/tms/otherTmsFinance/index.vue
+++ b/ui/admin-ui3/src/views/tms/otherTmsFinance/index.vue
@@ -335,8 +335,9 @@
handleSelectionChangeFunc: (selection: any) => {
selectionList.value = selection;
},
- getBeginListFunc:()=>{
+ getBeginListFunc:(params = {})=>{
queryParams.value.type = 2;
+ return params;
}
})
--
Gitblit v1.8.0