From 1f07d0d2bbf95d52d2b96f0aec3a2284af619b3c Mon Sep 17 00:00:00 2001 From: quanyawei <401863037@qq.com> Date: Mon, 13 Nov 2023 10:40:38 +0800 Subject: [PATCH] fix:小程序详情修改 --- pages/actionChange/agencyPage/index.vue | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/pages/actionChange/agencyPage/index.vue b/pages/actionChange/agencyPage/index.vue index cb67a5d..e5b728e 100644 --- a/pages/actionChange/agencyPage/index.vue +++ b/pages/actionChange/agencyPage/index.vue @@ -206,6 +206,7 @@ onReachBottom() { //������������������������������������������ if (this.isLoading) { + console.log('1122111') this.status = 'loading' //������������������,���������++ this.page.currentPage = ++this.page.currentPage @@ -294,6 +295,14 @@ } this.getWorkOrder() }, + setData() { + this.workOderList = [] + this.page = { + currentPage: 1, + pageSize: 10 + } + this.getContaminateList() + }, // ������������������list getUnitList() { this.$http.httpGet('/allocation/unit').then(res => { @@ -352,6 +361,7 @@ data.allocationId = e.allocationId data.state = e.state data.allocationNum = e.allocationNum + data.current = this.current let myData = JSON.stringify(data) uni.navigateTo({ url: '/pages/actionChange/workOrderDetails/index?infor=' + myData + '&type=jump', -- Gitblit v1.8.0