From aed8378e95e39b514184cdddd9c3f37ffb8b71ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167@qq.com> Date: Thu, 1 Sep 2022 17:38:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=A6=85=E9=81=93=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5bug=20=E5=AF=B9=E6=8E=A5=E6=88=91=E7=9A=84=E6=94=B6?= =?UTF-8?q?=E8=97=8F=E7=9A=84=E9=97=AE=E9=A2=98=E7=9F=A5=E8=AF=86=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/problemKnowledgeBaseView.vue | 6 ++++++ .../components/problemKnowledgeBaseList.vue | 14 +++++++------- .../components/regulatoryCirculationHistory.vue | 15 ++++++++++----- .../processForm/processDetails/index.vue | 11 +++++++++-- 4 files changed, 32 insertions(+), 14 deletions(-) diff --git a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue index 50b3336ed..4252096b5 100644 --- a/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue +++ b/jero-web/src/views/businessSupport/problemKnowledgeBase/components/problemKnowledgeBaseView.vue @@ -228,6 +228,9 @@ id: this.queryForm.praiseEO ? this.queryForm.praiseEO.id : undefined } putAction('/problemKnowledgeBase/problemKnowledgeBasePraiseEO/edit', query).then((res) => { + if (!this.queryForm.collectEO || !this.queryForm.collectEO.id) { + this.queryById() + } }) }, starClick() { @@ -247,6 +250,9 @@ id: this.queryForm.collectEO ? this.queryForm.collectEO.id : undefined } putAction('/problemKnowledgeBase/problemKnowledgeBaseCollectEO/edit', query).then((res) => { + if (!this.queryForm.collectEO || !this.queryForm.collectEO.id) { + this.queryById() + } }) }, clickButtonToUpload(item) { diff --git a/jero-web/src/views/documentManage/collection/components/problemKnowledgeBaseList.vue b/jero-web/src/views/documentManage/collection/components/problemKnowledgeBaseList.vue index b998e89aa..8d9566e23 100644 --- a/jero-web/src/views/documentManage/collection/components/problemKnowledgeBaseList.vue +++ b/jero-web/src/views/documentManage/collection/components/problemKnowledgeBaseList.vue @@ -35,9 +35,9 @@