From 414212d6d55f8d3e924787bece138ede7e0ab6af Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 28 十月 2024 12:19:33 +0800 Subject: [PATCH] 数据中心视频优化完 --- src/views/system/work-order/distribute/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/system/work-order/distribute/index.vue b/src/views/system/work-order/distribute/index.vue index fc32a22..6424045 100644 --- a/src/views/system/work-order/distribute/index.vue +++ b/src/views/system/work-order/distribute/index.vue @@ -379,7 +379,7 @@ }, // 澶氶�夋閫変腑鏁版嵁 handleSelectionChange(selection) { - this.multipleSelection = selection.map(item => item.id) + this.multipleSelection = selection.map(item => item.workOrderNo) }, /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd() { @@ -405,6 +405,7 @@ } else { addWorkOrder(this.form).then(response => { this.$modal.msgSuccess("鏂板鎴愬姛"); + this.pointList = []; this.open = false; this.page(); }); -- Gitblit v1.8.0