技师评价bug

This commit is contained in:
曹磊 2024-12-25 15:26:06 +08:00
parent 9fc39c40bc
commit e9a684624a
1 changed files with 2 additions and 2 deletions

View File

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