修改待办的接口

This commit is contained in:
范强强
2023-06-12 14:34:29 +08:00
parent 8b67ddc2e5
commit c0328a272d
+1 -1
View File
@@ -451,7 +451,7 @@
pageSize: this.toDoProcessPageSize,
...form
}
getAction('/todoCenter/projectProcess/todoTaskList', query).then((res) => {
getAction('/phone/toDoCenter/queryTodoTaskPage', query).then((res) => {
if (res.success) {
if (res.result.records.length > 0 && this.toDoProcessPageNo > 1) {
this.toDoProcessList = this.toDoProcessList.concat(res.result.records)