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) {