From 2fbce7d8c0b7e5b055bb7ab77e58b1ec9ce61885 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期一, 24 六月 2024 19:00:22 +0800
Subject: [PATCH] 1,优化人工工位参数采集temp表删除方法 pushGeelycvMesFeedback 2,优化人工工位更新过站记录方法 workpieceRelease 3,优化未绑定小车码弹框提示 4,优化人工工位扫码重复会添加参数采集记录的问题及拧紧数据会添加上物料采集上的问题

---
 jcdm-ui/src/components/inspectionPlanArchives/index.vue |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diff --git a/jcdm-ui/src/components/inspectionPlanArchives/index.vue b/jcdm-ui/src/components/inspectionPlanArchives/index.vue
index 49a0dad..f787cbb 100644
--- a/jcdm-ui/src/components/inspectionPlanArchives/index.vue
+++ b/jcdm-ui/src/components/inspectionPlanArchives/index.vue
@@ -91,19 +91,12 @@
       machineryList: [],
       // 寮瑰嚭灞傛爣棰�
       title: "",
-      // 璁惧绫诲瀷鏍戦�夐」
-      machineryTypeOptions: [],
-      //杞﹂棿閫夐」
-      workshopOptions:[],
       // 鏄惁鏄剧ず寮瑰嚭灞�
       open: false,
       //鑷姩鐢熸垚鐗╂枡缂栫爜鏍囪瘑
       autoGenFlag: false,
       // 琛ㄥ崟鍙傛暟
       form: {},
-      defaultProps: {
-        children: "children",
-      },
       // 鏌ヨ鍙傛暟
       queryParams: {
         pageNum: 1,
@@ -145,7 +138,7 @@
     },
     // 澶氶�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
-      this.ids = selection.map(item => item.machineryId);
+      this.ids = selection.map(item => item.subjectId);
       this.selectedRows = selection;
       this.single = selection.length != 1;
       this.multiple = !selection.length;

--
Gitblit v1.9.3