Browse Source

体系运行记录盒修改功能添加专业组组长角色

tianxinyu 10 tháng trước cách đây
mục cha
commit
ca21e78fe9

+ 1 - 1
src/views/platform/bpmn/bpmInstHis/list.vue

@@ -310,7 +310,7 @@ export default {
         this.loadData()
         this.loadData()
         this.getConfig()
         this.getConfig()
         const { role = [] } = this.$store.getters.userInfo || {}
         const { role = [] } = this.$store.getters.userInfo || {}
-        const roleList = ['xtgljs', 'xxglxzfzr', 'syszr']
+        const roleList = ['xtgljs', 'xxglxzfzr', 'syszr', 'zhsfzr']
         // 系统管理角色、信息管理负责人、检验科主任添加删除按钮
         // 系统管理角色、信息管理负责人、检验科主任添加删除按钮
         const hasRole = role.some(item => roleList.includes(item.alias))
         const hasRole = role.some(item => roleList.includes(item.alias))
         this.listConfig.toolbars.push({
         this.listConfig.toolbars.push({