From 664ae94e6e86ed7406f647fa263b70f9f3b22b0f Mon Sep 17 00:00:00 2001 From: wyx Date: Tue, 27 Dec 2022 22:22:23 +0800 Subject: [PATCH 1/3] =?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, From 50dc3d188afbc1403743cfc893eddd08c02638f6 Mon Sep 17 00:00:00 2001 From: wyx Date: Wed, 28 Dec 2022 10:16:51 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=E9=9A=90=E8=97=8F=E9=A1=B9=E7=9B=AE/?= =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E5=9B=BE/=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E5=BA=93=E8=80=83=E8=AF=95=E4=BB=BB=E5=8A=A1=E7=9A=84?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/learningpath/LevelAddDetail.vue | 9 +++++++++ src/views/projectcenter/TaskAdd.vue | 10 +++++++++- src/views/projectcenter/temTask.vue | 9 +++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/src/views/learningpath/LevelAddDetail.vue b/src/views/learningpath/LevelAddDetail.vue index 0c5d40a3..93ce3488 100644 --- a/src/views/learningpath/LevelAddDetail.vue +++ b/src/views/learningpath/LevelAddDetail.vue @@ -701,6 +701,7 @@
+
- 编辑 + + 删除 diff --git a/src/views/projectcenter/temTask.vue b/src/views/projectcenter/temTask.vue index cc457a42..b151bed1 100644 --- a/src/views/projectcenter/temTask.vue +++ b/src/views/projectcenter/temTask.vue @@ -660,6 +660,7 @@
+ Date: Wed, 28 Dec 2022 10:18:12 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index f62f7c0d..10913924 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本1.09------------"); + console.log("版本1.10------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); });