From 52f550a4cf48f3f321ea21998e759e270e9d191a Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Mon, 14 Jul 2025 14:56:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8F=AD=E7=BB=84=E4=BA=BA=E5=91=98=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/equTeam/index.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/views/device/equTeam/index.vue b/src/views/device/equTeam/index.vue index f7f98d0..338aed4 100644 --- a/src/views/device/equTeam/index.vue +++ b/src/views/device/equTeam/index.vue @@ -380,7 +380,7 @@ export default { this.$nextTick(() => { this.$refs.itemConfUser.initFunc(id); }); - + }); }, /** 提交按钮 */ @@ -388,16 +388,6 @@ export default { this.$refs["form"].validate((valid) => { if (valid) { if (this.form.id != null) { - this.form.rightData = this.rightList; - this.teamPerson = []; - this.form.rightData.forEach((item) => { - this.peopleList.forEach((item1) => { - if (item == item1.key) { - this.teamPerson.push(item1.nickName); - } - }); - }); - this.form.teamPerson = this.teamPerson.toString(); updateEquTeam(this.form).then((response) => { this.$modal.msgSuccess("修改成功"); this.open = false;