Browse Source

no message

linwenxin 7 months ago
parent
commit
bc992b2b22
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/views/auxiliaryFittings/vender/components/VenderGoodsArea.vue

+ 1 - 4
src/views/auxiliaryFittings/vender/components/VenderGoodsArea.vue

@@ -185,9 +185,7 @@ export default {
   mounted() {
     this.getDetail()
     this.getVenderList()
-    if (this.inputParam.openType === 'add') {
-      this.getMaterialList()
-    }
+    this.getMaterialList()
   },
   methods: {
     getDetail(id) {
@@ -222,7 +220,6 @@ export default {
         params: [{ param: 'a.status', compare: '=', value: 'ON' }]
       }).then(res => {
         this.goodsList = res.data.records
-        console.log(res.data.records)
       })
     },
     // 获取供应商列表