修改bug

ywj_dev
wangwei 2 years ago
parent 49e159b946
commit c256c8f93d

@ -911,7 +911,6 @@ export default {
}
this.bizDetailLoading = true;
this.bizQuery.orderIdFk = this.currentRow.billNo;
this.bizQuery.bizIdFk = row.id;
filterListInvoice(this.bizQuery).then((res) => {
this.bizDetailLoading = false;
if (res.code === 20000) {
@ -931,7 +930,6 @@ export default {
},
BizDetail(val){
debugger
this.bizQuery.page=1;
this.bizQuery.productName=val.coName;
this.bizQuery.batchNo=val.batchNo;

Loading…
Cancel
Save