Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin
This commit is contained in:
@@ -504,7 +504,7 @@ function handleDelete(menuId: number) {
|
||||
);
|
||||
}
|
||||
|
||||
function resetRorm() {
|
||||
function resetForm() {
|
||||
menuFormRef.value.resetFields();
|
||||
menuFormRef.value.clearValidate();
|
||||
formData.value = {
|
||||
@@ -522,7 +522,7 @@ function resetRorm() {
|
||||
// 关闭弹窗
|
||||
function handleCloseDialog() {
|
||||
dialog.visible = false;
|
||||
resetRorm();
|
||||
resetForm();
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user