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