src/views/eam/modules/equipmentCalibrationOrder/EquipmentCalibrationOrderReportList.vue
@@ -135,11 +135,11 @@ dataIndex: 'size', scopedSlots: { customRender: 'size' }, }, { title: '判定结果', align: 'center', dataIndex: 'judgmentResultName' }, // { // title: '判定结果', // align: 'center', // dataIndex: 'judgmentResultName' // }, { title: '操作', align: 'center', @@ -168,7 +168,7 @@ immediate: true, handler(val) { if(!this.calibrationOrderId){ this.clearList() // this.clearList() }else{ this.queryParam['calibrationOrderId'] = val; this.queryParam['delFlag'] = 0;