From d95b36a88357d018f76d926e9074c521eb8335a7 Mon Sep 17 00:00:00 2001 From: lohir <3399054449@qq.com> Date: 星期三, 23 十月 2024 11:24:07 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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