Browse Source

fix(系统模块): 菜单保存优化

shizhongming 2 years ago
parent
commit
6d50838eb6
  1. 4
      src/modules/smart-system/views/role/components/RoleSetFunction.vue

4
src/modules/smart-system/views/role/components/RoleSetFunction.vue

@ -141,8 +141,8 @@
url: 'sys/role/saveRoleMenu',
data: {
roleId: props.roleId,
functionIdList: tree.getCheckedKeys(),
halfFunctionIdList: tree.halfCheckedKeys,
functionIdList: tree.getAntInstance().checkedKeys,
halfFunctionIdList: tree.getAntInstance().halfCheckedKeys,
},
});
successMessage('保存成功');

Loading…
Cancel
Save