From 37805941218bcedfcf0d82d3cb8b71f258ec1dfc Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Fri, 9 Aug 2024 11:23:16 +0800 Subject: [PATCH] gx --- src/view/analyze.vue | 2 ++ src/view/sy_map.vue | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 6e56cda..2626ff6 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -834,6 +834,8 @@ const data = reactive({ { name: "交通", num: 4026 }, { name: "两慢病", num: 2 }, { name: "天气", num: 102 }, + { name: "低保低边医疗救助政策", num: 87 }, + { name: "孕妇生育津贴申领", num: 19 }, ], }, }); diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index d4945ba..c32d130 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -1713,6 +1713,8 @@ const open_detail = () => { const close = () => { dialogShow.value = false; pagination.total = 100; + pagination.currentPage = 1; + tableType.data=[]; }; //表格分页 const handlePagination = (current) => {