Explorar el Código

Merge tag 'Hotfix-mo-172' into develop

Finish Hotfix-mo-172
莫绍宝 hace 3 años
padre
commit
0e7984758e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {