src/views/business/inspectionTask/inspection.vue
@@ -1641,20 +1641,6 @@ this.comparisonList = this.dictToValue(response.data); }); }, // 获取检验值为下拉时的下拉列表 // selectEnumByCategoryOfSelect(val) { // this.enumList = []; // if (val === undefined || val === null) { // return; // } // this.$axios // .post(this.$api.enums.selectEnumByCategory, { // category: val, // }) // .then((res) => { // this.enumList = res.data; // }); // }, tableRowClassName({ row, rowIndex }) { row.index = rowIndex + 1; },