自定义任务包
This commit is contained in:
@ -7,8 +7,6 @@ import MyTable from "@/components/aboutTable/MyTable.vue";
|
||||
import Pages from "@/components/aboutTable/Pages.vue";
|
||||
import AddFgFormDialog from "./AddFgFormDialog.vue"
|
||||
import { fetchTbZdxlFgdwBddSelectPage } from "@/api/service/taskProgress";
|
||||
|
||||
|
||||
const searchConfiger = reactive([
|
||||
{
|
||||
showType: "input",
|
||||
@ -92,7 +90,6 @@ const getListData = async (params = {}) => {
|
||||
...pageData.pageConfiger,
|
||||
...params
|
||||
})
|
||||
|
||||
pageData.tableData = res?.records || []
|
||||
pageData.total = res.total;
|
||||
pageData.tableConfiger.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user