修正接口请求
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
methods: {
|
||||
getTableData() {
|
||||
let status = this.search.status || 888
|
||||
this.instance.post("/appfinancingdemand/list", null, {
|
||||
this.instance.post("/app/appfinancingdemand/list", null, {
|
||||
params: {...this.page, ...this.search, status}
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
|
||||
Reference in New Issue
Block a user