Browse Source

Finish Hotfix-mo-172

莫绍宝 3 năm trước cách đây
mục cha
commit
ec8442241f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -756,7 +756,7 @@ export default {
 
     // 导入产品
     getImportList(data) {
-      console.log(data);
+      this.goodsList = this.goodsList.concat(data);
     },
 
     clickSubmitForm(type) {