diff --git a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue index 8d4a34082..984baf145 100644 --- a/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue +++ b/src/pages/regulatoryRepository/foreignStandardsAndRegulations/index.vue @@ -81,14 +81,16 @@ type="primary" class="common-button-primary" size="mini" + v-btn-permission="'366c89d1c54465faca96aaed26a158b1'" @click="searchBtnClick(standCommonlySearch)"> - 高级查询 + 高级查询 @@ -114,23 +116,23 @@ size="mini" @click="exportStandard()" title="不勾选时默认导出所有筛选项;勾选时仅导出勾选项" - v-btn-permission="'J2X4KHNN4N'">导出 + v-btn-permission="'8871ed1be74cf65851659514880bb50a'">导出 批量删除 + v-btn-permission="'4d01342db0f56f01bfceaee7b46904f4'">批量删除 移除标准 + v-btn-permission="'29bf24bbd156c06f136cc89b1c7b2bb0'">移除标准 模板下载 配置标准 + v-btn-permission="'590049684c0af005c6b3d1f0ebcf897e'">配置标准
@@ -215,20 +217,20 @@ 收藏 取消收藏 - 编辑 - 分享 - 删除 + 编辑 + 分享 + 删除
@@ -2254,15 +2256,15 @@ export default { if (this.saveExportType === 'apart') { if (this.selectedList != null && this.selectedList !== '') { const exportURL = interfaceUrl + 'sarStandardsInfo/sar-standards-info/exportStandardsInfoExcel?' + - 'exportType' + this.saveExportType + '&exportContent=' + this.selectedList.join(',') + '&exportName=' + this.exportName + '&standType=' + this.standType + 'exportType=' + this.saveExportType + '&exportContent=' + this.selectedList.join(',') + '&exportName=' + this.exportName + '&standType=' + this.standType window.open(exportURL) this.$message.success('导出信息成功') } } else if (this.saveExportType === 'all') { + debugger let exportEOStr = JSON.stringify(this.SarExportSearchEo) - exportEOStr = exportEOStr.replace(/""/g, null) - window.open('/api/lawss/sarStandardsInfo/exportStandardsInfoExcel?exportType=' + this.saveExportType + '&exportContent=' + exportEOStr + '&exportName=' + this.exportName + '&standType=' + this.standType) + window.open(interfaceUrl+'sarStandardsInfo/sar-standards-info/exportStandardsInfoExcel?exportType=' + this.saveExportType + '&exportContent=' + exportEOStr + '&exportName=' + this.exportName + '&standType=' + this.standType) this.$message.success('导出信息成功') } this.exportModelFlag = false