Browse Source

bug 修复

lilei 4 years ago
parent
commit
373aa34391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/common/productType.js

+ 1 - 1
src/views/common/productType.js

@@ -41,7 +41,7 @@ const ProductType = {
   methods: {
   methods: {
     handleChange(value) {
     handleChange(value) {
       this.defaultVal = value;
       this.defaultVal = value;
-      this.$emit('change', this.value);
+      this.$emit('change', this.defaultVal);
     },
     },
     //  产品分类列表
     //  产品分类列表
     getProductType () {
     getProductType () {