zhaoke 2 years ago
parent
commit
47937239fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/authorityManagement/components/authorityHome.vue

+ 1 - 1
src/views/authorityManagement/components/authorityHome.vue

@@ -363,7 +363,7 @@ export default {
       this.editDialogVisible = true;
       this.editDialogVisible = true;
       this.editDialogTitle = "编辑下级权限";
       this.editDialogTitle = "编辑下级权限";
       this.editType = "edit";
       this.editType = "edit";
-      this.ruleForm = data;
+      this.ruleForm = _.cloneDeep(data);
       this.optionsApp.push({
       this.optionsApp.push({
         label: data.app_name,
         label: data.app_name,
         value: data.app_id,
         value: data.app_id,