From fa5e6a25b43f02372502efee9df40e1c07b0aa50 Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 15 Jan 2024 15:34:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 747556894..e8e770900 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -4580,7 +4580,10 @@ export default { // this.pageChange(1) this.resetForm() - this.getBussionStandTableBtn(this.sarBussionessSearch) + // this.getBussionStandTableBtn(this.sarBussionessSearch) + this.tableFlag = this.sarBussionessSearch + this.getBussionStandTable(this.sarBussionessSearch) + this.isAdvancedSearch = false } }, e => { })