From 664ae94e6e86ed7406f647fa263b70f9f3b22b0f Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 27 Dec 2022 22:22:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E5=AD=A6=E5=91=98?= =?UTF-8?q?=E7=A1=AE=E5=AE=9A=E5=90=8E=E6=B8=85=E7=A9=BA=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=A1=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/CommonStudent.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue index 16a1061f..19f097dd 100644 --- a/src/components/student/CommonStudent.vue +++ b/src/components/student/CommonStudent.vue @@ -707,6 +707,7 @@ function handleStageOk() { stageVisible.value = false; visiable.value = false; emit("finash", false); + nameSearch.value.keyword = ""; saveStu({ targetId: props.id, type: props.type,