From 5ea910a9712f1409ecee60ee9fff3c95a97dd8dc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期一, 30 九月 2024 15:53:54 +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