chenhaozhe
2025-08-13 e24f1eef344fc0c9502c1d8fce9ad158c845ed22
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',