licp
2024-12-20 d975fc4756806f5b51f006c19c33571b9b8c0b3b
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() {