修正接口请求
This commit is contained in:
@@ -214,7 +214,7 @@ export default {
|
||||
methods: {
|
||||
getDetail() {
|
||||
let {id} = this.$route.query
|
||||
this.instance.post("/appfinancialloanapply/queryDetailById", null, {
|
||||
this.instance.post("/app/appfinancialloanapply/queryDetailById", null, {
|
||||
params: {id}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
@@ -226,7 +226,7 @@ export default {
|
||||
this.$refs.AuditForm.validate(v => {
|
||||
if (v) {
|
||||
let {id} = this.detail
|
||||
this.instance.post("/appfinancialloanapply/auditLoanApply", null, {
|
||||
this.instance.post("/app/appfinancialloanapply/auditLoanApply", null, {
|
||||
params: {id, ...this.form}
|
||||
}).then(res => {
|
||||
if (res?.code == 0) {
|
||||
|
||||
Reference in New Issue
Block a user