Merge pull request '作业查询修改' (#219) from lyc-dev into main

This commit is contained in:
lyc 2024-09-18 16:11:59 +08:00
commit c58322ca0b
3 changed files with 10 additions and 8 deletions

View File

@ -243,7 +243,8 @@ const onSubmit = (formEl) => {
msgcontent: '',
teachername: userInfo.nickName,
unixstamp: new Date().getTime(),
worktype: props.row.worktype
worktype: props.row.worktype,
status: '1'
}
ary.push(obj)
}

View File

@ -71,7 +71,8 @@ const getHomeWorkList = async () => {
return await homeworklist({
entpcourseid: chapterId,
edituserid: userStore.user.userId,
pageSize: 100
pageSize: 100,
status: '10'
}).then((res) => {
//以下代码 参照AIx web端 作业布置
let list = []

View File

@ -53,7 +53,7 @@ const chartDom = ref(null);
let chartInstance = null
const menuList = [{
name: '教学分析',
name: '课程教学',
span: 24,
id: 1,
list: [
@ -79,11 +79,11 @@ const menuList = [{
icon: 'icon-xueqingfenxi',
disabled: true
},
{
name: '教学设计',
icon: 'icon-jiaoxuesheji',
path: '/prepare'
},
// {
// name: '',
// icon: 'icon-jiaoxuesheji',
// path: '/prepare'
// },
{
name: '教学实施',
icon: 'icon-jiaoxuefenxi',