This commit is contained in:
yuping
2023-02-19 18:23:12 +08:00
parent 7d7c939619
commit d0d7eb7dcf
9 changed files with 19 additions and 19 deletions

View File

@@ -118,7 +118,7 @@ function confirm() {
name: selectsData.value[0].name,
type: props.type,
courseId: selectsData.value[0].id,
info: selectsData.value[0]
info: {...selectsData.value[0]}
})
} else {
const data = props.taskList[taskIndex.value]