按钮级别的新版本,多级别的组织架构
loulijun2021
2023-08-25 3fce634eeb56f9425d5e745b1d4333da962fc3d7
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() {