zhaoke hace 2 años
padre
commit
47937239fe
Se han modificado 1 ficheros con 1 adiciones y 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,