src/components/view/b2-standard.vue
@@ -662,7 +662,6 @@ this.selectEnumByCategoryForFactory() this.selectStandardTreeList() this.obtainItemParameterList() // this.selectEnumByCategoryForsampleType() this.selectTestObjectByName() this.selectStandardMethods() this.selectEnumByCategoryForDevice() @@ -779,13 +778,6 @@ value: a.value }) }) }) }, selectEnumByCategoryForsampleType() { this.$axios.post(this.$api.enums.selectEnumByCategory, { category: "样品大类" }).then(res => { this.sampleType = res.data }) }, selectEnumByCategoryForDevice() {