From 6ce70d06c91a095b318793847c6bfc911e4caf91 Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 20 Jun 2022 14:24:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/portal/case/Index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/portal/case/Index.vue b/src/views/portal/case/Index.vue index 251a7efa..f76e8cae 100644 --- a/src/views/portal/case/Index.vue +++ b/src/views/portal/case/Index.vue @@ -529,6 +529,14 @@ export default { if (this.keyWord != this.queryCondition.keyWord) { this.queryCondition.keyWord = this.keyWord; } + if(this.queryCondition.orgDomain == 0){ + this.queryCondition.orgDomain = null + } + if(this.queryCondition.majorType == 0){ + this.queryCondition.majorType = null + } + + this.getCaseData(); }, async getCaseData() {