Group Page corrected
This commit is contained in:
@@ -811,7 +811,8 @@ export const useGlobalStore = defineStore('GlobalStore', {
|
||||
return Api.SendReq('/gettable', 'POST', params)
|
||||
.then((res) => {
|
||||
this.serverError = false
|
||||
// console.table(res)
|
||||
// if (tools.isDebug())
|
||||
// console.table(res)
|
||||
return res.data
|
||||
})
|
||||
.catch((error) => {
|
||||
|
||||
Reference in New Issue
Block a user