From f0d1d1b33f9fe92ed863982ad633fe18d80271df Mon Sep 17 00:00:00 2001 From: lixg Date: Fri, 17 Mar 2023 11:53:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=90=88=E5=B9=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/api.js | 6 ++-- src/components/PathDetailImage.vue | 1 + src/views/examination/ExternalExam.vue | 41 +++++++++++++++++------ src/views/homeworkpage/HomeworkPage.vue | 36 +++++++++++++++----- src/views/liveboradcast/LiveBoradcast.vue | 37 ++++++++++++++++---- src/views/nottask/LoseEfficacy.vue | 21 ++++++++++++ 6 files changed, 115 insertions(+), 27 deletions(-) create mode 100644 src/views/nottask/LoseEfficacy.vue diff --git a/src/api/api.js b/src/api/api.js index 02f5705..011031d 100644 --- a/src/api/api.js +++ b/src/api/api.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-01-13 11:42:48 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-03-10 00:56:52 + * @LastEditTime: 2023-03-17 09:44:50 * @FilePath: /stu_h5/src/api/api.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -86,4 +86,6 @@ export const FILE_UPLOAD_IMG = import.meta.env.VITE_BASE_API + '/file/img' // 查询单个测评的状态 export const QueryEvaluationTaskStatusOne = `/evaluation/queryEvaluationTaskStatusOne` // 投票浏览和参与数目 -export const EditVoteInvolvedAndBrowse = `/vote/editVoteInvolvedAndBrowse post` \ No newline at end of file +export const EditVoteInvolvedAndBrowse = `/vote/editVoteInvolvedAndBrowse post` +//任务是否删除 +export const checkStudentExist = `/admin/taskmanage/checkStudentExist post` \ No newline at end of file diff --git a/src/components/PathDetailImage.vue b/src/components/PathDetailImage.vue index a16ef96..09edc4b 100644 --- a/src/components/PathDetailImage.vue +++ b/src/components/PathDetailImage.vue @@ -230,6 +230,7 @@ const closeLoading = () => { // ], // }); // closeLoading(); + const { data } = useRequest( ROUTERTASK_LIST, { routerId: props.routerId }, diff --git a/src/views/examination/ExternalExam.vue b/src/views/examination/ExternalExam.vue index fe11c0c..1d5cc3a 100644 --- a/src/views/examination/ExternalExam.vue +++ b/src/views/examination/ExternalExam.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2023-02-06 18:26:23 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-03-03 09:37:16 + * @LastEditTime: 2023-03-17 11:27:21 * @FilePath: /stu_h5/src/views/examination/ExternalExam.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -41,11 +41,11 @@