@ -260,7 +260,7 @@ export default {
id: this.currentRow.id,
orderEntity: this.data
}
console.log(CQuery)
// console.log(CQuery)
addWarlockBagProduct(CQuery).then((response) => {
this.loading = false;
if (response.code === 20000) {
@ -301,6 +301,7 @@ export default {
closeDialog(rData) {
this.selectProductVisible = false;
this.selectInvProductVisible = false;
this.selectWarlockBagVisible = false;
this.idQuery = rData;
this.getOrderDetails();
},