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 @@