From 3a58e67845a1463120c0a6358e0dcde3bc5436e7 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Wed, 12 Jun 2024 09:02:50 +0800 Subject: [PATCH] 1 --- src/view/sy.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/view/sy.vue b/src/view/sy.vue index 4f5bcb9..b301cea 100644 --- a/src/view/sy.vue +++ b/src/view/sy.vue @@ -755,7 +755,7 @@ const showDialog = (title, url) => { tableType.title = title; tableType.url = url; tableType.columns = columnss[title]; - + getTable(url, pagination.currentPage); }; @@ -764,7 +764,8 @@ const close = () => { dialogShowEc.value = false; dialogShowTab.value = false; pagination.currentPage = 1; - pagination.total=100; + pagination.total = 100; + tableType.title = ""; }; //医疗卫生 const showDialog2 = (title, url) => {