From 8ad291d26fb101e1df80f849f9b80969832e31b1 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 15 十月 2024 18:54:34 +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