fix: 用户编辑后新增用户名只读无法编辑问题修复

Former-commit-id: 4ae591bfce7f5e16a8e9422675312263532341b8
This commit is contained in:
haoxr
2022-12-31 22:53:25 +08:00
parent 7af2338161
commit f79651618e

View File

@@ -329,6 +329,7 @@ function closeDialog() {
dialog.value.visible = false;
dataFormRef.value.resetFields();
dataFormRef.value.clearValidate();
formData.value.id = undefined;
}
/**