|
|
@@ -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
|