From 33fec3ad64fa2af42ec94bb17ecb3e265b2e37dd Mon Sep 17 00:00:00 2001 From: pengwei Date: Thu, 4 Sep 2025 18:35:11 +0800 Subject: [PATCH] =?UTF-8?q?fit:=E4=BC=98=E5=8C=96=E4=BF=A1=E8=AE=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/data/Gabxf.vue | 2 +- src/views/data/PetitionComplaint.vue | 25 ++++++++++++++----------- 2 files changed, 15 insertions(+), 12 deletions(-) diff --git a/src/views/data/Gabxf.vue b/src/views/data/Gabxf.vue index b581229..1ad61d5 100644 --- a/src/views/data/Gabxf.vue +++ b/src/views/data/Gabxf.vue @@ -157,7 +157,7 @@ show-overflow-tooltip /> - + - + @@ -140,13 +140,13 @@ }} - - + + + + + + + @@ -483,8 +483,11 @@ function handleDetail(row) { detailShow.value = true; } watch(()=>query.value.problemSourcesCode,(val)=>{ - query.value.problemSourcesCode=val; - getList(); + if(val){ + query.value.problemSourcesCode=val; + }else{ + delete query.value.problemSourcesCode + } })