This commit is contained in:
姚宇浩 2024-08-09 11:23:16 +08:00
parent 38152047ce
commit 3780594121
2 changed files with 4 additions and 0 deletions

View File

@ -834,6 +834,8 @@ const data = reactive({
{ name: "交通", num: 4026 },
{ name: "两慢病", num: 2 },
{ name: "天气", num: 102 },
{ name: "低保低边医疗救助政策", num: 87 },
{ name: "孕妇生育津贴申领", num: 19 },
],
},
});

View File

@ -1713,6 +1713,8 @@ const open_detail = () => {
const close = () => {
dialogShow.value = false;
pagination.total = 100;
pagination.currentPage = 1;
tableType.data=[];
};
//
const handlePagination = (current) => {