This commit is contained in:
Pengxiansen
2025-02-17 11:25:30 +08:00
parent d6b1727906
commit 911146848d
2 changed files with 4 additions and 4 deletions

View File

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

View File

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