mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-13 04:46:48 +08:00
Merge remote-tracking branch 'origin/develop' into develop
# Conflicts: # src/views/project/ProjectDetails.vue
This commit is contained in:
@@ -401,6 +401,7 @@ function judgeTaskIsEnd(type, endTimes, status) {
|
||||
|
||||
function toFinish(d, sName, chapterOrStageId) {
|
||||
console.log("dddddd", d, sName, chapterOrStageId);
|
||||
|
||||
if(judgeTaskIsEnd(d.type ,data.value.endTime, data.value.status)){
|
||||
ElMessage.error("当前任务已结束")
|
||||
return
|
||||
@@ -496,6 +497,7 @@ function toFinish(d, sName, chapterOrStageId) {
|
||||
taskId: d.projectTaskId,
|
||||
});
|
||||
}
|
||||
|
||||
if (typeof types.value.path[d.type] === "string") {
|
||||
types.value.path[d.type] &&
|
||||
types.value.path[d.type].startsWith("http") &&
|
||||
|
||||
Reference in New Issue
Block a user