From 6ef89b00cce212f98ffe6ac339642e25e507d88a Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期三, 11 九月 2024 19:38:26 +0800
Subject: [PATCH] update
---
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