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 }) => {