Browse Source

修改bom求购上传-确认发布的参数类型

liusw 7 năm trước cách đây
mục cha
commit
f9654be133
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/applyPurchase/BatchPublish.vue

+ 1 - 1
components/applyPurchase/BatchPublish.vue

@@ -338,7 +338,7 @@
           str = str.substring(0, str.length - 1)
           param.spIds = str
         }
-        this.$http.post('/seek/confirmBom', param)
+        this.$http.post('/seek/confirmBom?bomId=' + Number(this.$route.params.id))
           .then(response => {
             if (response.data.success) {
 //              this.showRemindBox = true