mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2025-09-10 05:59:12 +00:00
fix 修复 角色数据覆盖问题
This commit is contained in:
@@ -358,7 +358,7 @@ const reset = () => {
|
||||
menuNodeAll.value = false
|
||||
deptExpand.value = true
|
||||
deptNodeAll.value = false
|
||||
form.value = initForm
|
||||
form.value = { ...initForm };
|
||||
roleFormRef.value.resetFields();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user