From f79651618ed0b152982f263eb6ce58ba5dcfd843 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Sat, 31 Dec 2022 22:53:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=94=A8=E6=88=B7=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=90=8E=E6=96=B0=E5=A2=9E=E7=94=A8=E6=88=B7=E5=90=8D=E5=8F=AA?= =?UTF-8?q?=E8=AF=BB=E6=97=A0=E6=B3=95=E7=BC=96=E8=BE=91=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 4ae591bfce7f5e16a8e9422675312263532341b8 --- src/views/system/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 8c0767b6..ce1dec93 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -329,6 +329,7 @@ function closeDialog() { dialog.value.visible = false; dataFormRef.value.resetFields(); dataFormRef.value.clearValidate(); + formData.value.id = undefined; } /**