From 70a70eb9454a47ef629ecd8eedbd751546309acc Mon Sep 17 00:00:00 2001 From: wxyclub Date: Wed, 29 Nov 2023 18:24:58 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20=E5=86=85=E5=A4=96=E9=83=A8=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E3=80=81=E6=94=BF=E7=AD=96=E8=AF=BE=E9=A2=98=E3=80=81?= =?UTF-8?q?=E6=94=BF=E7=AD=96=E6=B3=95=E8=A7=84=E8=B5=84=E6=96=99=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=97=A0=E6=B3=95=E6=89=93=E5=BC=80=E9=97=AE=E9=A2=98?= 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/details/regulatoryMaterialsDetail/index.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/details/meetingDetail/index.vue b/src/pages/details/meetingDetail/index.vue index d8e296d28..a7c42c6b9 100644 --- a/src/pages/details/meetingDetail/index.vue +++ b/src/pages/details/meetingDetail/index.vue @@ -237,7 +237,7 @@ export default { this.$message.warning('文件不存在,预览失败') }) }else { - this.$http.get('lawss/sarLawsFile/queryConvertAtt', { + this.$http.get('att/attFile/getBusStandFileByAttId', { attId: attId }, { _this: this diff --git a/src/pages/details/policyTopicsDetail/index.vue b/src/pages/details/policyTopicsDetail/index.vue index 8ed7b32b0..b5be02180 100644 --- a/src/pages/details/policyTopicsDetail/index.vue +++ b/src/pages/details/policyTopicsDetail/index.vue @@ -393,7 +393,7 @@ export default { this.$message.warning('文件不存在,预览失败') }) }else { - this.$http.get('lawss/sarLawsFile/queryConvertAtt', { + this.$http.get('att/attFile/getBusStandFileByAttId', { attId: attId }, { _this: this diff --git a/src/pages/details/regulatoryMaterialsDetail/index.vue b/src/pages/details/regulatoryMaterialsDetail/index.vue index 59473efb2..d7f85d936 100644 --- a/src/pages/details/regulatoryMaterialsDetail/index.vue +++ b/src/pages/details/regulatoryMaterialsDetail/index.vue @@ -277,7 +277,7 @@ export default { this.$message.warning('文件不存在,预览失败') }) }else { - this.$http.get('lawss/sarLawsFile/queryConvertAtt', { + this.$http.get('att/attFile/getBusStandFileByAttId', { attId: attId }, { _this: this