From 4adfe8afc9a6af3aa0db92cb9d3cff5b632f7112 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Wed, 18 Oct 2023 16:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesC/servicerecord/servicerecord.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pagesC/servicerecord/servicerecord.vue b/pagesC/servicerecord/servicerecord.vue index 2a6393e..f0601ed 100644 --- a/pagesC/servicerecord/servicerecord.vue +++ b/pagesC/servicerecord/servicerecord.vue @@ -165,7 +165,7 @@ query: { pageNum: 1, pageSize: 10, - identity: '371402199404167019 ', + identity: '', isEvaluate: '', }, FileList: [], @@ -174,7 +174,7 @@ }, onShow() { const value = uni.getStorageSync('userinfo'); - // this.query.identity=value.cardNo + this.query.identity=value.cardNo this.info() },