ZaiZai 6 months ago
parent
commit
90815f1c08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/tasks/flow.vue

+ 1 - 0
src/views/tasks/flow.vue

@@ -107,6 +107,7 @@ const searchForm = ref({ current: 1, size: 20, total: 0 })
 const pageChange = ({ current, size }) => {
     searchForm.value.current = current
     searchForm.value.size = size
+    getTableData()
 }
 
 //表格数据