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 = {
       change: obj => {
         this.$emit('input', obj)
+        console.log(_,'lodash')
         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) {
-      console.log(a, b)
       this.form.unit = b.dispName
     },
     //  获取产品信息