diff --git a/src/components/drawers/project/ProjectVoteManage.vue b/src/components/drawers/project/ProjectVoteManage.vue
index ab9858a0..999fd54e 100644
--- a/src/components/drawers/project/ProjectVoteManage.vue
+++ b/src/components/drawers/project/ProjectVoteManage.vue
@@ -23,7 +23,7 @@
v-if="datasource.type !== 6 && datasource.type !== 9"
class="endtime"
>
-
+
@@ -48,7 +48,7 @@
placeholder="请选择"
:options="projectNameList"
@change="selectProjectName"
-
+
>
@@ -112,13 +112,13 @@
-->
-
-
+
-
+
-
-
\ No newline at end of file
+
diff --git a/src/components/drawers/router/RouterVoteManage.vue b/src/components/drawers/router/RouterVoteManage.vue
index fd5d03c8..a1c150eb 100644
--- a/src/components/drawers/router/RouterVoteManage.vue
+++ b/src/components/drawers/router/RouterVoteManage.vue
@@ -23,7 +23,7 @@
v-if="datasource.type !== 6 && datasource.type !== 9"
class="endtime"
>
-
+
@@ -48,7 +48,7 @@
placeholder="请选择"
:options="projectNameList"
@change="selectProjectName"
-
+
>
@@ -112,13 +112,13 @@
-->
-
-
+
-
+
-
\ No newline at end of file
diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue
index 6b59d36c..7b5f6424 100644
--- a/src/components/student/TableStudent.vue
+++ b/src/components/student/TableStudent.vue
@@ -547,7 +547,7 @@ function exportTaskStu() {
window.open(
`${
process.env.VUE_APP_BASE_API
- }/admin/student/exportTaskStudent?type=${1}&pid=${props.id}`
+ }/admin/student/exportTaskStudent?type=${1}&pid=${props.targetId}`
);
}