From 5b25f08e47f876ff86061014e3df353eb22a8d3a Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 31 三月 2024 22:04:10 +0800
Subject: [PATCH] 新建工位
---
src/views/console/workstation/index.vue | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/src/views/console/workstation/index.vue b/src/views/console/workstation/index.vue
index 4c73802..8dfffa3 100644
--- a/src/views/console/workstation/index.vue
+++ b/src/views/console/workstation/index.vue
@@ -237,7 +237,7 @@
</el-tabs>
</el-card>
- <Dialog ref="dialog"></Dialog>
+ <Dialog ref="dialog" :option="{types,status,group}"></Dialog>
</el-main>
</template>
@@ -480,11 +480,7 @@
this.$refs.dialog.open()
},
table_edit(row) {
- if (row.isSet) {
- row.isSet = false
- } else {
- row.isSet = true
- }
+ this.$refs.dialog.open('edit',row)
},
table_del(row, index,type) {
this.$API.workstation.deleteWork.delete({
--
Gitblit v1.9.3