fix: 🐛 关闭菜单表单路由和组件路径未重置问题修复
Former-commit-id: 2e64a035cbf048db9d9dd8544e2aee11a437c0c7
This commit is contained in:
@@ -196,6 +196,8 @@ function resetForm() {
|
|||||||
formData.visible = 1;
|
formData.visible = 1;
|
||||||
formData.sort = 1;
|
formData.sort = 1;
|
||||||
formData.perm = undefined;
|
formData.perm = undefined;
|
||||||
|
formData.component = undefined;
|
||||||
|
formData.path = undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user