Merge pull request '[推送作业] - 优化作业说明' (#375) from zouyf_dev into main

Reviewed-on: #375
This commit is contained in:
zouyf 2024-10-28 18:09:42 +08:00
commit cf49fbf23f
1 changed files with 3 additions and 1 deletions

View File

@ -244,7 +244,8 @@ const onSubmit = (formEl) => {
entpcourseworklist: '[' + props.rows[i].entpcourseworklist + ']',
needMsgNotifine: 'false',
msgkey: 'newclasswork',
title: '作业任务',
//title: '',
title: props.rows[i].title,
msgcontent: '',
teachername: userInfo.nickName,
unixstamp: new Date().getTime(),
@ -254,6 +255,7 @@ const onSubmit = (formEl) => {
ary.push(obj)
}
}
console.log('ary->', ary)
setLoading.value = true
saveByClassWorkArray({
classworkarray: JSON.stringify(ary)