| | |
| | | <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> |
| | |
| | | class="passdialog" |
| | | append-to-body |
| | | title="设置密码策略" |
| | | width="30%" |
| | | > |
| | | width="30%"> |
| | | <el-select v-model="sevalue" placeholder="请选择" class="selects" @change="selChange" > |
| | | <el-option |
| | | v-for="item in seoptions" |
| | |
| | | </el-option> |
| | | </el-select> |
| | | <span slot="footer" class="dialog-footer"> |
| | | <el-button @click="passVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="passhandle">确 定</el-button> |
| | | </span> |
| | | <el-button @click="passVisible = false">取 消</el-button> |
| | | <el-button type="primary" @click="passhandle">确 定</el-button> |
| | | </span> |
| | | </el-dialog> |
| | | </basic-container> |
| | | </el-col> |
| | |
| | | this.UserPwdstrategyVO.pwdstrategyId=this.id |
| | | |
| | | //请求 |
| | | insert(this.UserPwdstrategyVO.userIds).then(()=>{ |
| | | insert(this.UserPwdstrategyVO).then(()=>{ |
| | | this.passVisible=false |
| | | this.$message({ |
| | | type: "success", |
| | |
| | | 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; |
| | | |