feat: 术士套包、定数包功能开发优化

dev_ksck2.0
chenhc 1 year ago
parent 70e98093c5
commit 18354266cf

@ -260,7 +260,7 @@ export default {
id: this.currentRow.id, id: this.currentRow.id,
orderEntity: this.data orderEntity: this.data
} }
console.log(CQuery) // console.log(CQuery)
addWarlockBagProduct(CQuery).then((response) => { addWarlockBagProduct(CQuery).then((response) => {
this.loading = false; this.loading = false;
if (response.code === 20000) { if (response.code === 20000) {

@ -301,6 +301,7 @@ export default {
closeDialog(rData) { closeDialog(rData) {
this.selectProductVisible = false; this.selectProductVisible = false;
this.selectInvProductVisible = false; this.selectInvProductVisible = false;
this.selectWarlockBagVisible = false;
this.idQuery = rData; this.idQuery = rData;
this.getOrderDetails(); this.getOrderDetails();
}, },

Loading…
Cancel
Save