From 2994fbc601ae7b64d16b9e21104c750b51f1d2f5 Mon Sep 17 00:00:00 2001
From: super_liu <396572590@qq.com>
Date: Mon, 12 Jul 2021 14:09:48 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B5=B7=E5=A4=96=E6=A0=87=E5=87=86?=
=?UTF-8?q?=E5=BA=93=20=E6=8C=89=E9=92=AE=E6=9D=83=E9=99=90=20=E5=AF=BC?=
=?UTF-8?q?=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../foreignStandardsAndRegulations/index.vue | 28 ++++++++++---------
1 file changed, 15 insertions(+), 13 deletions(-)
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