Browse Source

修改问题

master
yunuo970428 2 years ago
parent
commit
6b6d4b0fd9
  1. 2
      anrui-system-ui/src/views/flow/todoList.vue

2
anrui-system-ui/src/views/flow/todoList.vue

@ -501,7 +501,7 @@ export default {
this.listLoading = true
pagerList(this.listQuery).then((rep) => {
this.listLoading = false
if (rep.succss) {
if (rep.success) {
this.list = rep.data.records
this.listQuery.total = rep.data.total
} else {

Loading…
Cancel
Save