mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
delete 删除不必要的请求 ;
This commit is contained in:
parent
b356b6961d
commit
6b4c1b4c94
@ -74,7 +74,6 @@ import RuoYiGit from '@/components/RuoYi/Git'
|
||||
import RuoYiDoc from '@/components/RuoYi/Doc'
|
||||
import { tenantList } from "@/api/login";
|
||||
import { dynamicClear, dynamicTenant } from "@/api/system/tenant";
|
||||
import { listUser } from "@/api/system/user";
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@ -126,17 +125,11 @@ export default {
|
||||
dynamicTenant(tenantId).then(res => {
|
||||
this.$router.push("/index");
|
||||
});
|
||||
listUser().then(res => {
|
||||
this.userList = res.rows;
|
||||
})
|
||||
}
|
||||
},
|
||||
dynamicClearEvent() {
|
||||
dynamicClear().then(res => {
|
||||
this.$router.push("/index");
|
||||
listUser().then(res => {
|
||||
this.userList = res.rows;
|
||||
})
|
||||
});
|
||||
},
|
||||
// 租户列表
|
||||
|
||||
Loading…
Reference in New Issue
Block a user