This commit is contained in:
parent
38152047ce
commit
3780594121
|
@ -834,6 +834,8 @@ const data = reactive({
|
||||||
{ name: "交通", num: 4026 },
|
{ name: "交通", num: 4026 },
|
||||||
{ name: "两慢病", num: 2 },
|
{ name: "两慢病", num: 2 },
|
||||||
{ name: "天气", num: 102 },
|
{ name: "天气", num: 102 },
|
||||||
|
{ name: "低保低边医疗救助政策", num: 87 },
|
||||||
|
{ name: "孕妇生育津贴申领", num: 19 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
|
@ -1713,6 +1713,8 @@ const open_detail = () => {
|
||||||
const close = () => {
|
const close = () => {
|
||||||
dialogShow.value = false;
|
dialogShow.value = false;
|
||||||
pagination.total = 100;
|
pagination.total = 100;
|
||||||
|
pagination.currentPage = 1;
|
||||||
|
tableType.data=[];
|
||||||
};
|
};
|
||||||
//表格分页
|
//表格分页
|
||||||
const handlePagination = (current) => {
|
const handlePagination = (current) => {
|
||||||
|
|
Loading…
Reference in New Issue