Explorar el Código

注释主数据获取拆不拆数据

PC-202503171525\Administrator hace 1 año
padre
commit
c21597f8ab
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/inspectionPlan/components/baseInfo.vue

+ 1 - 1
src/views/inspectionPlan/components/baseInfo.vue

@@ -471,7 +471,7 @@ export default {
       const data = await getDetailInfo(val)
       this.categoryInfo = data.category
 
-      this.$emit('getCategoryInfo', data)
+      // this.$emit('getCategoryInfo', data)
     },
     getsampleMeasureUnit(val) {
       this.$set(this.form, 'sampleMeasureUnit', val);