components/BillListPopup/BillListPopup.vue
@@ -121,6 +121,10 @@ // this.exit() }, getBillList() { this.HBillList = [] this.length = 0 this.page = 0 this.curPage = 1 CommonUtils.doRequest( "/WEBSController/GetSourceBillList_Json", { HBilltype: this.HBillType, @@ -145,7 +149,6 @@ } this.HBillList = result this.page = result.length console.log(this.page) } else { uni.showToast({ icon: 'none',