From 6744fbb6d21ce3ac6b14e02c2f9da5ab984d6cba Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 23 二月 2023 17:33:54 +0800
Subject: [PATCH] 案件池查询修改

---
 src/views/systemSetting/platform/cockpitManage/index.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/systemSetting/platform/cockpitManage/index.vue b/src/views/systemSetting/platform/cockpitManage/index.vue
index 5054128..6ee103f 100644
--- a/src/views/systemSetting/platform/cockpitManage/index.vue
+++ b/src/views/systemSetting/platform/cockpitManage/index.vue
@@ -197,7 +197,7 @@
           <update-user
             @closeUpdateDialog="closeUpdateDialog()"
             :updateDepartmentData="updateDepartmentData"
-            :isUpdate="dialogType === 'add'"
+            :isUpdate="dialogType === 'update'"
           />
         </el-dialog>
 
@@ -344,6 +344,7 @@
     //淇敼
     showUpdateDialog(data) {
       this.dialogUpdate = true;
+      this.dialogType = "update";
       this.updateDepartmentData = data;
     },
 

--
Gitblit v1.8.0