[推送作业] - 优化作业说明
This commit is contained in:
parent
06cb96c7bc
commit
f3d90b7d95
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue