From e9a684624a89fc63318f44b41588e19f85d753ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 25 Dec 2024 15:26:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=80=E5=B8=88=E8=AF=84=E4=BB=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/applyList/technician.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/applyList/technician.vue b/src/views/applyList/technician.vue index 89e36ba..2a0469e 100644 --- a/src/views/applyList/technician.vue +++ b/src/views/applyList/technician.vue @@ -3804,8 +3804,8 @@ export default { url: this.$http.adornUrl("takingComment/selectOrderTakingComment"), method: "get", params: this.$http.adornParams({ - page: this.page, - limit: this.limit, + page: this.page2, + limit: this.size2, id: id, }), }).then(({ data }) => {