| | |
| | | <el-scrollbar style="height: auto;border-bottom-right-radius:8px "> |
| | | <basic-container> |
| | | <div class="abox"> |
| | | <avue-tree :data="treeData" :option="treeOption" @node-click="nodeClick"/> |
| | | <avue-tree ref="tree" :data="treeData" :option="treeOption" @node-click="nodeClick"/> |
| | | </div> |
| | | </basic-container> |
| | | </el-scrollbar> |
| | |
| | | </avue-crud> |
| | | </div> |
| | | <el-dialog :visible.sync="roleBox" |
| | | append-to-body |
| | | title="用户角色配置" |
| | | width="345px"> |
| | | |
| | | append-to-body |
| | | title="用户角色配置" |
| | | width="345px"> |
| | | <el-tree ref="treeRole" |
| | | :data="roleGrantList" |
| | | :default-checked-keys="roleTreeObj" |
| | | :props="props" |
| | | check-strictly |
| | | default-expand-all |
| | | node-key="id" |
| | | show-checkbox> |
| | | :data="roleGrantList" |
| | | :default-checked-keys="roleTreeObj" |
| | | :props="props" |
| | | check-strictly |
| | | default-expand-all |
| | | node-key="id" |
| | | show-checkbox> |
| | | </el-tree> |
| | | |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | :value="item.id" |
| | | class="seloption" |
| | | > |
| | | |
| | | </el-option> |
| | | </el-select> |
| | | <span slot="footer" class="dialog-footer"> |
| | |
| | | //要传递的id,一个是数组另一个是字符串 |
| | | this.UserPwdstrategyVO.userIds=this.selid; |
| | | this.UserPwdstrategyVO.pwdstrategyId=this.id |
| | | console.log("1",this.UserPwdstrategyVO) |
| | | console.log("2",this.UserPwdstrategyVO.userIds) |
| | | |
| | | //请求 |
| | | insert(this.UserPwdstrategyVO.userIds).then(()=>{ |
| | | this.passVisible=false |
| | |
| | | selChange(row){ |
| | | this.id=row |
| | | }, |
| | | selecload(page, params = {}) { |
| | | getPage(this.page.currentPage, this.page.pageSize, Object.assign(params, this.query)).then(res => { |
| | | console.log(res) |
| | | this.seoptions=res.data.data.content |
| | | selecload() { |
| | | getPage(1, -1).then(res => { |
| | | // console.log(res) |
| | | this.seoptions=res.data.data.records |
| | | }); |
| | | }, |
| | | nodeClick(data) { |
| | |
| | | if (this.selectionList.length === 1) { |
| | | this.roleTreeObj = this.selectionList[0].roleId.split(","); |
| | | } |
| | | getRoleTree().then(res => { |
| | | getRoleTree(this.selectionList[0].tenantId).then(res => { |
| | | this.roleGrantList = res.data.data; |
| | | this.roleBox = true; |
| | | |
| | |
| | | overflow: scroll; |
| | | } |
| | | .selects{ |
| | | width: 400px; |
| | | margin-left: 92px; |
| | | width: 100%; |
| | | } |
| | | .seloption{ |
| | | margin-left: 10px; |