From e9ad171baa8ae05e47fb3698d2f2bc6fd9fc3124 Mon Sep 17 00:00:00 2001 From: qushaowei <qushaowei@163.com> Date: 星期二, 21 十一月 2023 10:03:58 +0800 Subject: [PATCH] 签审 --- src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue | 46 +++++++++++++++++++++++----------------------- 1 files changed, 23 insertions(+), 23 deletions(-) diff --git a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue index 35295a1..6b9272a 100644 --- a/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue +++ b/src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue @@ -101,7 +101,7 @@ data() { return { description: '妫�瀹氭姤鍛�', - disableMixinCreated:true, + disableMixinCreated: true, columns: [ { title: '#', @@ -135,11 +135,11 @@ dataIndex: 'size', scopedSlots: { customRender: 'size' }, }, - { - title: '鍒ゅ畾缁撴灉', - align: 'center', - dataIndex: 'judgmentResultName' - }, + // { + // title: '鍒ゅ畾缁撴灉', + // align: 'center', + // dataIndex: 'judgmentResultName' + // }, { title: '鎿嶄綔', align: 'center', @@ -156,27 +156,27 @@ }, } }, - props:{ - calibrationOrderId:{ - type:String, - default:'', - required:false + props: { + calibrationOrderId: { + type: String, + default: '', + required: false } }, - watch:{ - calibrationOrderId:{ - immediate: true, - handler(val) { - if(!this.calibrationOrderId){ - this.clearList() - }else{ - this.queryParam['calibrationOrderId'] = val; - this.queryParam['delFlag'] = 0; - this.loadData(1); - } + watch: { + calibrationOrderId: { + immediate: true, + handler(val) { + if (!this.calibrationOrderId) { + // this.clearList() + } else { + this.queryParam['calibrationOrderId'] = val; + this.queryParam['delFlag'] = 0; + this.loadData(1); } } - }, + } + }, // mounted() { // this.$bus.$on('equipmentSelectionRows', (data) => { // this.equipmentSelectionRows = data -- Gitblit v1.9.3