From f0d69f5c7e4324004ddd38e122ef4e0d9872219e Mon Sep 17 00:00:00 2001
From: wyx <51903@qq.com>
Date: Tue, 28 Mar 2023 18:10:38 +0800
Subject: [PATCH] fix
---
src/App.vue | 2 +-
src/components/student/CommonStudent.vue | 14 ++++++++++----
2 files changed, 11 insertions(+), 5 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index dc15c5d2..4c76f890 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -33,7 +33,7 @@ import {USER_PERMISSION} from "@/api/ThirdApi";
const store = useStore();
const isLogin = ref(false);
-console.log("版本2.3.2------------");
+console.log("版本2.3.3------------");
// 监听关闭浏览器
let time1 = ref(0);
diff --git a/src/components/student/CommonStudent.vue b/src/components/student/CommonStudent.vue
index 2c4c462d..2da7a6e7 100644
--- a/src/components/student/CommonStudent.vue
+++ b/src/components/student/CommonStudent.vue
@@ -47,7 +47,7 @@
-
+
搜索
重置
@@ -93,7 +93,7 @@
- 搜索
+ 搜索
重置
@@ -122,8 +122,8 @@
-
- 搜索
+
+ 搜索
重置
@@ -681,6 +681,12 @@ watch(visiable, () => {
stuTreeExpandedKeys.value = [];
stuTreeSelectKeys.value = [];
activeKey.value = props.isGroup ? 4 : 1;
+
+ projectParams.value.studentName = "";
+ nameSearch.value.keyword = "";
+ searchOrgName.value.keyword = "";
+ audienceName.value.keyword = "";
+
if (!visiable.value) {
auditTableRef.value && auditTableRef.value.resetSelected() && auditTableRef.value.reset({ keyword: "" }) && auditTableRef.value.clear();
stuTableRef.value && stuTableRef.value.resetSelected() && stuTableRef.value.reset({ keyword: "", departId: null }) && stuTableRef.value.clear();