浏览代码

bug 修复

lilei 4 年之前
父节点
当前提交
373aa34391
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/common/productType.js

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

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