From e8745156e52ce0bf1b398150cb4966a52b7cf352 Mon Sep 17 00:00:00 2001 From: dengbf Date: Mon, 10 Mar 2025 17:31:12 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E5=85=B3=E9=94=AE=E5=AD=97=E5=9B=9E=E6=98=BE?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=20=20=20-=20[=E5=85=B3=E8=81=94]=20#[1373978?= =?UTF-8?q?151583744]=E8=87=AA=E5=AE=9A=E4=B9=89=E5=B7=A5=E5=85=B7-?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E6=90=9C=E7=B4=A2=E5=90=8E=EF=BC=8C?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=B7=A5=E5=85=B7=E8=AF=A6=E6=83=85=EF=BC=8C?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=AE=A1=E7=90=86=E9=A1=B5=EF=BC=8C=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=B8=85=E7=A9=BA=E4=BD=86=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E6=B2=A1=E6=9C=89=E5=85=85=E5=80=BC=20http://192.168.?= =?UTF-8?q?0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93905094754?= =?UTF-8?q?3057/1373978151583744?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/components/CombineSearcher/CombineSearcher.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/resources/components/CombineSearcher/CombineSearcher.vue b/src/resources/components/CombineSearcher/CombineSearcher.vue index 907812a2..fbab58c3 100644 --- a/src/resources/components/CombineSearcher/CombineSearcher.vue +++ b/src/resources/components/CombineSearcher/CombineSearcher.vue @@ -597,13 +597,11 @@ export default { if (!isSame) { let keywordName = this.keywordName; if (val[keywordName]) { - let { keywordName, ...params} = val; this.keywordValue = this.$utils.deepClone(val[keywordName]); - this.updateVal(params); } else { this.keywordValue = ''; - this.updateVal(val); } + this.updateVal(val); } } else { let fullSearch = this.getFullSearch(); -- Gitee