修正接口请求

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

@@ -68,7 +68,7 @@ export default {
methods: {
getTableData() {
let status = this.search.status || 999
this.instance.post("/appfinancialloanapply/list", null, {
this.instance.post("/app/appfinancialloanapply/list", null, {
params: {...this.page, ...this.search, status}
}).then(res => {
if (res?.data) {