This commit is contained in:
zhaofang
2022-11-22 18:20:32 +08:00
parent 8b10bffb1b
commit 5f01f9a4cf
3 changed files with 6 additions and 0 deletions

View File

@@ -128,6 +128,9 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
//this.orgInfo=cutFullName(testName,1);
this.orgInfo=cutFullName(this.userInfo.departFullName,1);
this.loadUserStat();
this.$bus.$on('u-Currency',(num)=>{
this.statData.uvalue = num;
})
},
methods:{