Merge remote-tracking branch 'origin/build' into build

This commit is contained in:
aixianling
2022-08-29 08:59:10 +08:00

View File

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