| src/views/desk/notice.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/desk/notification.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/desk/policyRelease.vue | ●●●●● patch | view | raw | blame | history |
src/views/desk/notice.vue
@@ -396,6 +396,15 @@ ? (that.deptCategory = true) : (that.deptCategory = false); if ( this.userInfo.role_name == "保安公司管理员" || this.userInfo.role_name == "分公司管理员" || this.userInfo.role_name == "保安" || this.userInfo.role_name == "装备管理员" ) { params['deptId'] = this.userInfo.dept_id; } const { releaseTimeRange } = this.query; params["jurisdiction"] = this.jurisdiction; params["type"] = 1; src/views/desk/notification.vue
@@ -419,6 +419,14 @@ ? (that.deptCategory = true) : (that.deptCategory = false); if ( this.userInfo.role_name == "保安公司管理员" || this.userInfo.role_name == "分公司管理员" || this.userInfo.role_name == "保安" || this.userInfo.role_name == "装备管理员" ) { params['deptId'] = this.userInfo.dept_id; } const { releaseTimeRange } = this.query; params["jurisdiction"] = this.jurisdiction; params["type"] = 3; src/views/desk/policyRelease.vue
@@ -400,6 +400,14 @@ ? (that.deptCategory = true) : (that.deptCategory = false); if ( this.userInfo.role_name == "保安公司管理员" || this.userInfo.role_name == "分公司管理员" || this.userInfo.role_name == "保安" || this.userInfo.role_name == "装备管理员" ) { params['deptId'] = this.userInfo.dept_id; } const { releaseTimeRange } = this.query; params["jurisdiction"] = this.jurisdiction; params["type"] = 2;