From a5b8938f2be523d3f0a4dfc3acef42aab8c77191 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期四, 19 九月 2024 10:24:25 +0800
Subject: [PATCH] 1

---
 src/views/console/workstation/Dialog.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/console/workstation/Dialog.vue b/src/views/console/workstation/Dialog.vue
index 9f415a7..ea60a89 100644
--- a/src/views/console/workstation/Dialog.vue
+++ b/src/views/console/workstation/Dialog.vue
@@ -293,6 +293,7 @@
     methods: {
         //鏄剧ず
         open(mode = 'add', params) {
+            this.isSaveing = false;
             this.mode = mode;
             this.visible = true;
             console.log('---------', params)
@@ -308,6 +309,7 @@
                 })
             } else {
                 this.form.id = ''
+                this.form.workbenchVOList = res?.data?.workstationList || []
                 Object.keys(this.form).forEach(key => {
                     this.form[key] = ''
                 })

--
Gitblit v1.9.3