From d1f206b3d06e117426519e7b5175be1b7bb549fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=A6=8D?= <1455167345@qq.com> Date: Tue, 25 Mar 2025 16:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A1=E5=AF=9F=E5=AE=A1=E8=AE=A1-=E5=9B=BE?= =?UTF-8?q?=E6=96=91=E8=B0=83=E6=95=B4=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/demo/inspectionaudit/changearea/MapList/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/demo/inspectionaudit/changearea/MapList/index.vue b/src/views/demo/inspectionaudit/changearea/MapList/index.vue index 5025d5a4..06140b21 100644 --- a/src/views/demo/inspectionaudit/changearea/MapList/index.vue +++ b/src/views/demo/inspectionaudit/changearea/MapList/index.vue @@ -388,6 +388,7 @@ const infoScreenData: any = ref({ sort: null, order: null, type: null, + display:1 }); const selectItem = ref(); const classFun = (item) => { @@ -624,6 +625,7 @@ const resetScreenData = () => { infoScreenData.value = { limit: pageSize.value, page: 1, + display:1 }; pageNo.value = 1; getInfoList();