Commit d3ed4d44 authored by 李苏's avatar 李苏 💬

jcsj/common/vaild/homePage 判定是否可以查看全部

parent 87793f94
...@@ -335,10 +335,20 @@ ...@@ -335,10 +335,20 @@
}, },
mounted() {
/* 获取当前登录人的信息*/
async mounted() {
/* 获取当前登录人的信息*/
let res = await this.$post('jcsj/common/vaild/homePage',{})
let sign=res.data.records
if(res.data.userid=='SUPERUSER'){
sign=true
}
this.superuser=sign
if( this.superuser){
this.orgname=''
}
// debugger
this.postGs(); this.postGs();
this.$nextTick(() => { this.$nextTick(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment