zhaoke il y a 2 ans
Parent
commit
47937239fe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.editDialogTitle = "编辑下级权限";
       this.editType = "edit";
-      this.ruleForm = data;
+      this.ruleForm = _.cloneDeep(data);
       this.optionsApp.push({
         label: data.app_name,
         value: data.app_id,