From 8e9fa527a76db7225dd9bdb9266631e4a27c93b8 Mon Sep 17 00:00:00 2001 From: "zyx.net" Date: Thu, 16 Mar 2023 17:01:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=A0=87=E5=87=86=E5=AF=BC?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/EnterpriseStandardDatabase.vue | 38 +++++-------------- 1 file changed, 9 insertions(+), 29 deletions(-) diff --git a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue index 98bf00227..6832560ed 100644 --- a/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue +++ b/src/pages/regulatoryRepository/enterpriseStandardDatabase/components/EnterpriseStandardDatabase.vue @@ -233,13 +233,12 @@ - - - - - - - + 导入 { - if (boolean) { - // this.$refs.importfile.clearFiles() - if (flag === 1) { - let menuId = this.selectSarMenu.id - if (menuId == null || menuId === '') { - this.$message({ - showClose: true, - message: '请选择标准导入的目录', - type: 'error' - }) - } else { - this.importModalshowflag = true - this.showUploadlist = true - this.importExcelUrl = '/api/lawss/sarBussionessStand/importZipSarBussionessStand?menuId=' + menuId - } - } else { - this.importModalshowflag = true - this.importExcelUrl = '/api/lawss/sarBussStandItems/importSarBussStandItemsList?standId=' + this.standItemSearch.standId - } - } - }) + this.importModalshowflag = true + this.showUploadlist = true + this.importExcelUrl = '/api/lawss/sarBussionessStand/importSarBussionessStandFile' }, // 二级菜单新建,编辑,删除 clickDropMenu(name, treeNode) {