From 97158794d69fd2beee1bf27577aa7cadea8d847d Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 04 二月 2026 16:08:45 +0800
Subject: [PATCH] 优化
---
admin/src/components/business/OperaCasesListWindow.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/admin/src/components/business/OperaCasesListWindow.vue b/admin/src/components/business/OperaCasesListWindow.vue
index 0d8225b..bc0560c 100644
--- a/admin/src/components/business/OperaCasesListWindow.vue
+++ b/admin/src/components/business/OperaCasesListWindow.vue
@@ -110,7 +110,8 @@
containDeleted: 1,
name: '',
importId: '',
- status: null
+ status: null,
+ memberId: null
},
memberList: []
}
@@ -147,6 +148,7 @@
this.title = title
this.visible = true
this.getTableHeight()
+ this.searchForm.memberId = memberId
this.tableData = {
// 宸查�変腑鐨勬暟鎹�
selectedRows: [],
--
Gitblit v1.9.3