@@ -363,7 +363,7 @@ export default {
this.editDialogVisible = true;
this.editDialogTitle = "编辑下级权限";
this.editType = "edit";
- this.ruleForm = data;
+ this.ruleForm = _.cloneDeep(data);
this.optionsApp.push({
label: data.app_name,
value: data.app_id,
@@ -512,11 +512,15 @@ export default {
}
.status0,
.status2 {
+ display: flex;
+ align-items: center;
margin-right: 28px;
position: relative;
top: 5px;
.status1 {
.icon {