todo
This commit is contained in:
@@ -196,7 +196,8 @@ import {getClassTreeByClassNameTwo} from "@/api/fondclass.js";
|
||||
initGetTree(){
|
||||
this.btnloading = true;
|
||||
let data = {
|
||||
className: "档案"
|
||||
className: "档案",
|
||||
onlyMapped: true
|
||||
};
|
||||
getClassTreeByClassNameTwo(data).then(res => {
|
||||
this.btnloading = false;
|
||||
|
||||
@@ -201,7 +201,8 @@ import {getClassTreeByFondId,saveFondClass,getClassTreeByClassNameTwo} from "@/a
|
||||
initGetTree(){
|
||||
this.btnloading = true;
|
||||
let data = {
|
||||
className: "档案"
|
||||
className: "档案",
|
||||
onlyMapped: true
|
||||
};
|
||||
getClassTreeByClassNameTwo(data).then(res => {
|
||||
this.btnloading = false;
|
||||
|
||||
@@ -272,7 +272,7 @@
|
||||
"roles",
|
||||
res.body.userRole.roles[0].roleName
|
||||
);
|
||||
//localStronge.setToken(res.body.token);
|
||||
localStronge.setToken(res.body.token);
|
||||
this.$router.push({
|
||||
path: "/"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user