ZaiZai hace 1 año
padre
commit
90815f1c08
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()
 }
 
 //表格数据