fix: 🐛 关闭菜单表单路由和组件路径未重置问题修复

Former-commit-id: 2e64a035cbf048db9d9dd8544e2aee11a437c0c7
This commit is contained in:
haoxr
2023-06-04 01:30:17 +08:00
parent 4864a1719a
commit 325e3e7960

View File

@@ -196,6 +196,8 @@ function resetForm() {
formData.visible = 1;
formData.sort = 1;
formData.perm = undefined;
formData.component = undefined;
formData.path = undefined;
}
onMounted(() => {