修改待办的接口
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user