修改国家励志奖学金打印样式
This commit is contained in:
@@ -963,7 +963,7 @@ export default {
|
||||
this.avatar = store.getters.avatar;
|
||||
},
|
||||
mounted() {
|
||||
if (checkPermi(['home:stu:undo1'])) {
|
||||
if (checkPermi(['home:stu:undo1']) && store.getters.name !== 'admin') {
|
||||
console.log("检查到学生身份,获取个人信息");
|
||||
this.getOwnInfo();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user