diff --git a/src/views/emis/emisSettleBill/BillPaybackBillList.vue b/src/views/emis/emisSettleBill/BillPaybackBillList.vue index f6bdf820..f6828515 100644 --- a/src/views/emis/emisSettleBill/BillPaybackBillList.vue +++ b/src/views/emis/emisSettleBill/BillPaybackBillList.vue @@ -234,6 +234,7 @@ export default { else if(this.queryType==2){ this.queryParams.params.noPayBill=null; this.queryParams.params.canOpenBill=1; + this.queryParams.openBillStatus=0; } listEmisSettleBill(this.queryParams).then(response => {