|
|
@@ -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);
|