mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 19:06:48 +08:00
提交
This commit is contained in:
@@ -581,9 +581,9 @@ async function toFinish(d) {
|
||||
path: TASK_TYPES.path[d.courseType],
|
||||
query: {
|
||||
id: d.id,
|
||||
type: GROWTH,
|
||||
type: d.courseType === "11" ? "5" : GROWTH,
|
||||
projectId: d.courseId,
|
||||
infoId: selectGrowth.value.id,
|
||||
infoId: d.courseType === "11" ? d.taskId : selectGrowth.value.id,
|
||||
courseId: d.courseId ? d.courseId : d.info.id,
|
||||
pName: selectGrowth.value.growthName,
|
||||
sName: d.taskName,
|
||||
|
||||
@@ -734,9 +734,9 @@ async function toFinish(d) {
|
||||
path: TASK_TYPES.path[d.courseType],
|
||||
query: {
|
||||
id: d.id,
|
||||
type: GROWTH,
|
||||
type: d.courseType === "11" ? "5" : GROWTH,
|
||||
projectId: d.courseId,
|
||||
infoId: selectGrowth.value.id,
|
||||
infoId: d.courseType === "11" ? d.taskId : selectGrowth.value.id,
|
||||
courseId: d.courseId ? d.courseId : d.info.id,
|
||||
pName: selectGrowth.value.growthName,
|
||||
sName: d.taskName,
|
||||
|
||||
Reference in New Issue
Block a user