Update AppAccountXiushan.vue

This commit is contained in:
艾贤凌
2022-08-26 11:59:54 +00:00
parent 7a0d77770d
commit 4a5e04c2be

View File

@@ -143,7 +143,7 @@ export default {
}, },
methods: { methods: {
getTableData() { getTableData() {
this.instance.post("/user/page", null, { this.instance.post("/app/user/page", null, {
params: {...this.page, ...this.search} params: {...this.page, ...this.search}
}).then(res => { }).then(res => {
if (res?.data) { if (res?.data) {