From c649a1657d570748c66d9b1ec029ac3283afd6eb Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 27 十二月 2023 16:34:10 +0800 Subject: [PATCH] modified: src/views/admin/user/index.vue modified: src/views/basic/part/index.vue modified: src/views/basic/staff/index.vue modified: src/views/common/ztt-table.vue modified: src/views/equipment/metering/index.vue modified: src/views/technology/structure/index.vue --- src/views/basic/crew/crew-form.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/basic/crew/crew-form.vue b/src/views/basic/crew/crew-form.vue index a388a1a..63d4488 100644 --- a/src/views/basic/crew/crew-form.vue +++ b/src/views/basic/crew/crew-form.vue @@ -24,11 +24,11 @@ >纭畾</el-button > </span> - <staffDialog + <!-- <staffDialog :currshowlist.sync="showStaff" :multiSelect="true" @handleSelectionChange="selectStaff" - /> + /> --> </el-dialog> </template> @@ -90,6 +90,7 @@ this.$emit('refreshDataList') }) } + this.isSubmit = false } else { this.isSubmit = false } -- Gitblit v1.9.3