From 2bdbe42d8d4b03b46d2066e50e595a06cebd43c2 Mon Sep 17 00:00:00 2001 From: lzhe <181968431@qq.com> Date: 星期六, 13 四月 2024 22:34:05 +0800 Subject: [PATCH] 1 --- 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