浏览代码

【修改】商用工程信息单

莫绍宝 3 年之前
父节点
当前提交
8461dd9af9
共有 1 个文件被更改,包括 1 次插入1 次删除
  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) {