lilei 3 年之前
父节点
当前提交
073f2625d8
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 0
      src/components/Select/index.js
  2. 0 1
      src/views/productManagement/productInfo/edit.vue

+ 1 - 0
src/components/Select/index.js

@@ -81,6 +81,7 @@ export default {
     const on = {
     const on = {
       change: obj => {
       change: obj => {
         this.$emit('input', obj)
         this.$emit('input', obj)
+        console.log(_,'lodash')
         this.$emit('change', obj, _.find(this.dataList, ['code', obj]))
         this.$emit('change', obj, _.find(this.dataList, ['code', obj]))
       }
       }
     }
     }

+ 0 - 1
src/views/productManagement/productInfo/edit.vue

@@ -322,7 +322,6 @@ export default {
     },
     },
     // 选择单位
     // 选择单位
     unitChange (a, b) {
     unitChange (a, b) {
-      console.log(a, b)
       this.form.unit = b.dispName
       this.form.unit = b.dispName
     },
     },
     //  获取产品信息
     //  获取产品信息