Commit 3a37e83f authored by 李苏's avatar 李苏 💬

doQueryyh 单独判定是不是superuser

parent 273cf9c8
......@@ -532,6 +532,13 @@
return lastday
},
doQueryyh() {
if(this.superuser){
this.queryParams2.hzfs='GS'
}else{
this.queryParams2.hzfs='BM'
}
doQueryyh(this.queryParams2).then(res => {
if (res.success) {
let value
......
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