From 0691fdfe21c6848fa0a2499919be153ba9b3df81 Mon Sep 17 00:00:00 2001 From: zyn Date: Mon, 30 Oct 2023 09:52:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=AF=BC=E5=87=BA=E3=80=81?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/details/meetingDetail/index.vue | 2 +- src/pages/details/policyTopicsDetail/index.vue | 2 +- src/pages/policyRegulation/policyTopics/index.vue | 10 +++------- .../components/RegulatoryMaterialsMain.vue | 9 +++------ 4 files changed, 8 insertions(+), 15 deletions(-) diff --git a/src/pages/details/meetingDetail/index.vue b/src/pages/details/meetingDetail/index.vue index edd2caa0c..826ec827d 100644 --- a/src/pages/details/meetingDetail/index.vue +++ b/src/pages/details/meetingDetail/index.vue @@ -149,7 +149,7 @@ export default { relateEvent () { const query = { sarId: this.$route.params.id, - sarType: 'MEETING' + sarType: 'INSIDE_OUTSIDE_MEETING' } this.$http._getData(this.url.getLogList, query).then(res => { if (res.ok && res.data.length > 0) { diff --git a/src/pages/details/policyTopicsDetail/index.vue b/src/pages/details/policyTopicsDetail/index.vue index 1df0560b8..75b317094 100644 --- a/src/pages/details/policyTopicsDetail/index.vue +++ b/src/pages/details/policyTopicsDetail/index.vue @@ -306,7 +306,7 @@ export default { relateEvent () { const query = { sarId: this.$route.params.id, - sarType: 'POLICYTOPICS' + sarType: 'LAWS_TOPIC' } this.$http._getData(this.url.getLogList, query).then(res => { if (res.ok && res.data.length > 0) { diff --git a/src/pages/policyRegulation/policyTopics/index.vue b/src/pages/policyRegulation/policyTopics/index.vue index 0d51362bb..40de2b460 100644 --- a/src/pages/policyRegulation/policyTopics/index.vue +++ b/src/pages/policyRegulation/policyTopics/index.vue @@ -305,11 +305,9 @@ export default { this.$refs.exportDialogRef.openModel() }, handleExport (exportName) { - alert('导出' + exportName) const params = { ...this.form, exportName: exportName, - userId: this.$store.getters.userInfo.userId, exportIds: this.ids.join(',') } let query = '?' @@ -319,20 +317,18 @@ export default { } } query = query.slice(0,-1) - window.open('/api/esRevisePlan/es-revise-plan/exportEsRevisePlanInfoExcel' + query) + window.open('/api/lawss/sarLawsTopic/exportLawsTopicInfo' + query) this.$refs.exportDialogRef.cancel() this.$message.success('导出信息成功') }, // 导入 addImportModal() { - alert('导入') this.importModalShowFlag = true - this.importExcelUrl = '/api/lawss/sarBussionessStand/importSarBussionessStandFile?'+ 'userId=' + this.$store.getters.userInfo.userId + this.importExcelUrl = '/api/lawss/sarLawsTopic/importLawsTopicInfo' }, // 模板下载 handleMoudel(){ - alert('模板下载') - window.open('/api/lawss/sarBussionessStand/exportTemplateFile?fileName=企业标准导入模板') + window.open('/api/lawss/sarLawsTopic/exportTemplateFile?fileName=政策课题导入模板') }, // 新增编辑 openDrawer (type, row) { diff --git a/src/pages/policyRegulation/regulatoryMaterials/components/RegulatoryMaterialsMain.vue b/src/pages/policyRegulation/regulatoryMaterials/components/RegulatoryMaterialsMain.vue index 953709c2e..69e18905e 100644 --- a/src/pages/policyRegulation/regulatoryMaterials/components/RegulatoryMaterialsMain.vue +++ b/src/pages/policyRegulation/regulatoryMaterials/components/RegulatoryMaterialsMain.vue @@ -328,7 +328,6 @@ export default { this.$refs.exportDialogRef.openModel() }, handleExport (exportName) { - alert('导出' + exportName) const params = { ...this.form, exportName: exportName, @@ -342,20 +341,18 @@ export default { } } query = query.slice(0,-1) - window.open('/api/esRevisePlan/es-revise-plan/exportEsRevisePlanInfoExcel' + query) + window.open('/api/lawss/sarLawsInformation/exportLawsInformationInfo' + query) this.$refs.exportDialogRef.cancel() this.$message.success('导出信息成功') }, // 导入 addImportModal() { - alert('导入') this.importModalShowFlag = true - this.importExcelUrl = '/api/lawss/sarBussionessStand/importSarBussionessStandFile?'+ 'userId=' + this.$store.getters.userInfo.userId + this.importExcelUrl = '/api/lawss/sarLawsInformation/importLawsInformationInfo' }, // 模板下载 handleMoudel(){ - alert('模板下载') - window.open('/api/lawss/sarBussionessStand/exportTemplateFile?fileName=企业标准导入模板') + window.open('/api/lawss/sarLawsInformation/exportTemplateFile?fileName=政策法规资料导入模板') }, // 新增编辑 openDrawer (type, row) {