src/views/business/inspectionView/index.vue
@@ -1639,20 +1639,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; },