This commit is contained in:
2026-01-05 20:42:36 +08:00
parent 529e923c2b
commit 6a99895e66
5 changed files with 44 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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: "/"
});