mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-21 02:25: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 RuoYiDoc from '@/components/RuoYi/Doc'
|
||||||
import { tenantList } from "@/api/login";
|
import { tenantList } from "@/api/login";
|
||||||
import { dynamicClear, dynamicTenant } from "@/api/system/tenant";
|
import { dynamicClear, dynamicTenant } from "@/api/system/tenant";
|
||||||
import { listUser } from "@/api/system/user";
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
@ -126,17 +125,11 @@ export default {
|
|||||||
dynamicTenant(tenantId).then(res => {
|
dynamicTenant(tenantId).then(res => {
|
||||||
this.$router.push("/index");
|
this.$router.push("/index");
|
||||||
});
|
});
|
||||||
listUser().then(res => {
|
|
||||||
this.userList = res.rows;
|
|
||||||
})
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dynamicClearEvent() {
|
dynamicClearEvent() {
|
||||||
dynamicClear().then(res => {
|
dynamicClear().then(res => {
|
||||||
this.$router.push("/index");
|
this.$router.push("/index");
|
||||||
listUser().then(res => {
|
|
||||||
this.userList = res.rows;
|
|
||||||
})
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
// 租户列表
|
// 租户列表
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user