小修复,总部文件权限改动
This commit is contained in:
parent
e62a736885
commit
ab7f69c418
|
@ -116,7 +116,8 @@ const actions = {
|
|||
if (!perms || perms.length <= 0) {
|
||||
reject('没有任何权限!')
|
||||
}else{
|
||||
if(dept==5||dept==33||dept==34||dept==55||dept==36||dept==37||dept==38
|
||||
debugger;
|
||||
if(dept==5||dept==35||dept==33||dept==34||dept==55||dept==36||dept==37||dept==38
|
||||
||dept==39||dept==40||dept==41||dept==42||dept==67||dept==97||dept==100){
|
||||
perms.push('test')
|
||||
commit('SET_PERMS', perms);
|
||||
|
|
|
@ -229,7 +229,7 @@ export default {
|
|||
getTimer() {
|
||||
const TIME_COUNT = 60;
|
||||
if (!this.timer) {
|
||||
this.count = COUNT;
|
||||
this.count = TIME_COUNT;
|
||||
this.disabled = true;
|
||||
this.timer = setInterval(() => {
|
||||
if (this.count > 0 && this.count <= TIME_COUNT) {
|
||||
|
|
Loading…
Reference in New Issue