按钮级别的新版本,多级别的组织架构
loulijun2021
2024-05-07 64b6bfde07c40b9df6181044d485d437b9bb787c
src/views/basicSettings/personList.vue
@@ -22,6 +22,7 @@
          <el-tree
            ref="treeLeftRef"
            key="treeLeftKey"
            style="padding: 10px;overflow: auto;"
            :style="{height:(tableHeight+180)+'px'}"
            :data="treeLeft"
@@ -526,8 +527,10 @@
        customID: 'torg_code',
        childrenProperty: 'children'
      })
      this.treeLeft = this.cascaderOptions
      this.$nextTick(() => {
        this.treeLeft = this.cascaderOptions
        this.$forceUpdate()
      })
    },
    // 岗位 角色 班组
    async getAllSelectData() {