BUG
This commit is contained in:
@@ -331,12 +331,7 @@
|
|||||||
"subPurchaseOrderSn": sn
|
"subPurchaseOrderSn": sn
|
||||||
}}).then((res) => {
|
}}).then((res) => {
|
||||||
if (res.errorCode == 1000000) {
|
if (res.errorCode == 1000000) {
|
||||||
for (let i = 0;i < this.choosedList.length; i++) {
|
|
||||||
if (this.choosedList[i].subPurchaseOrderSn == sn) {
|
|
||||||
this.choosedList.splice(i, 1)
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
let t = this.timer.filter((item) => {
|
let t = this.timer.filter((item) => {
|
||||||
return item.id == sn;
|
return item.id == sn;
|
||||||
@@ -364,15 +359,13 @@
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
addSuccessInfo(obj) {
|
addSuccessInfo(obj) {
|
||||||
this.$http.post(`/api/successInfo/add`, null, {
|
this.$http.post(`/api/successInfo/add`, {
|
||||||
params: {
|
|
||||||
productName: obj.productName,
|
productName: obj.productName,
|
||||||
subPurchaseOrderSn: obj.subPurchaseOrderSn,
|
subPurchaseOrderSn: obj.subPurchaseOrderSn,
|
||||||
mallId: obj.mallId,
|
mallId: obj.mallId,
|
||||||
mallName: obj.mallName,
|
mallName: obj.mallName,
|
||||||
categoryName: obj.category
|
categoryName: obj.category
|
||||||
}
|
}).then(res => {
|
||||||
}).then(res => {
|
|
||||||
console.log(res)
|
console.log(res)
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user