修正接口请求

This commit is contained in:
aixianling
2022-08-26 14:24:34 +08:00
parent 44ca30cbf3
commit ce1fd46b7e
53 changed files with 151 additions and 151 deletions

View File

@@ -103,7 +103,7 @@ export default {
methods: {
getCompanyInfo() {
let {enterpriseId: id} = this
this.instance.post(`/appcreditreport/info`, null, {
this.instance.post(`/app/appcreditreport/info`, null, {
params: {id, type: 1}
}).then(res => {
if (res?.data) {
@@ -113,7 +113,7 @@ export default {
},
handleDownload(id) {
this.$confirm("是否要下载报告?").then(() => {
this.instance.post("/appcreditreport/downloadCreditReport", null, {
this.instance.post("/app/appcreditreport/downloadCreditReport", null, {
params: {id, type: 1}
}).then(res => {
if (res?.data) {