From 8f0f8d2d5e5492b1db16d5166a5e053511844522 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期二, 02 四月 2024 10:24:14 +0800 Subject: [PATCH] - --- jcdm-ui/src/components/inspectionPlanArchives/index.vue | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/jcdm-ui/src/components/inspectionPlanArchives/index.vue b/jcdm-ui/src/components/inspectionPlanArchives/index.vue index cca1efe..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, @@ -130,7 +123,6 @@ this.machineryList = response.rows; this.total = response.total; this.loading = false; - }, ); }, @@ -146,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