技师评价bug
This commit is contained in:
parent
9fc39c40bc
commit
e9a684624a
|
@ -3804,8 +3804,8 @@ export default {
|
||||||
url: this.$http.adornUrl("takingComment/selectOrderTakingComment"),
|
url: this.$http.adornUrl("takingComment/selectOrderTakingComment"),
|
||||||
method: "get",
|
method: "get",
|
||||||
params: this.$http.adornParams({
|
params: this.$http.adornParams({
|
||||||
page: this.page,
|
page: this.page2,
|
||||||
limit: this.limit,
|
limit: this.size2,
|
||||||
id: id,
|
id: id,
|
||||||
}),
|
}),
|
||||||
}).then(({ data }) => {
|
}).then(({ data }) => {
|
||||||
|
|
Loading…
Reference in New Issue