From b42d583a4248fd40c01000187b0068b19b8bb43a Mon Sep 17 00:00:00 2001 From: Flow <958079825@qq.com> Date: Mon, 30 Jun 2025 16:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E5=8F=B7=E8=87=AA=E5=A2=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notice/sos.vue | 4 +++- src/views/personarchive/index.vue | 6 +++++- src/views/vip/index.vue | 11 +++++++++-- src/views/vip/iphone/index.vue | 14 +++++++++----- 4 files changed, 26 insertions(+), 9 deletions(-) diff --git a/src/views/notice/sos.vue b/src/views/notice/sos.vue index 6f9fe1aae..19f951392 100644 --- a/src/views/notice/sos.vue +++ b/src/views/notice/sos.vue @@ -130,7 +130,9 @@ const statusFormatter = (row: any, column: any, cellValue: any) => { const getList = async () => { //首先获取用户信息 userProfile.value = await getUserProfile() - queryParams.orgid = userProfile.value.dept.orgid + if(userProfile.value.dept.orgid!=0){ + queryParams.orgid = userProfile.value.dept.orgid + } loading.value = true try { const data = await AlertMessageApi.getAlertMessagePage(queryParams) diff --git a/src/views/personarchive/index.vue b/src/views/personarchive/index.vue index 8e8aaffda..2f32e28a2 100644 --- a/src/views/personarchive/index.vue +++ b/src/views/personarchive/index.vue @@ -29,7 +29,11 @@ v-model="queryParams.idcard" placeholder="请输入身份证号" clearable @keyu - + + +