ZaiZai 1 年間 前
コミット
90815f1c08
1 ファイル変更1 行追加0 行削除
  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()
 }
 
 //表格数据