From 96103611f97b412453ecf0948792987956e4f29f Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期三, 03 八月 2022 09:19:07 +0800 Subject: [PATCH] Merge branch 'master' of https://sinanoaq.cn:8888/r/gtqtOut --- src/views/facilityManagement/ProductionEquipment/index.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/facilityManagement/ProductionEquipment/index.vue b/src/views/facilityManagement/ProductionEquipment/index.vue index c932fbc..ebe63db 100644 --- a/src/views/facilityManagement/ProductionEquipment/index.vue +++ b/src/views/facilityManagement/ProductionEquipment/index.vue @@ -38,7 +38,7 @@ </div> </div> <div style="padding-left: 10px"> - <el-table ref="multipleTableRef" :data="tableData" style="width: 100%"> + <el-table ref="multipleTableRef" :data="tableData" @selection-change="handleSelectionChange" style="width: 100%"> <el-table-column type="selection" align="center" width="55" /> <el-table-column type="expand"> <template #default="scope"> @@ -142,6 +142,7 @@ // 重置 const resetForm = () => { ruleForm.searchParams.qName = ''; + ruleForm.searchParams.positionNum = ''; listApi(); }; const listApi = () => { @@ -226,13 +227,13 @@ } deletAll.value = arr.toString(); if (val.length == 1) { - // warning.value = false; + warning.value = false; danger.value = false; } else if (val.length == 0) { - // warning.value = true; + warning.value = true; danger.value = true; } else { - // warning.value = true; + warning.value = true; danger.value = false; } }; -- Gitblit v1.9.2