zhaoke %!s(int64=2) %!d(string=hai) anos
pai
achega
47937239fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,