作业查询修改 #219
|
@ -243,7 +243,8 @@ const onSubmit = (formEl) => {
|
||||||
msgcontent: '',
|
msgcontent: '',
|
||||||
teachername: userInfo.nickName,
|
teachername: userInfo.nickName,
|
||||||
unixstamp: new Date().getTime(),
|
unixstamp: new Date().getTime(),
|
||||||
worktype: props.row.worktype
|
worktype: props.row.worktype,
|
||||||
|
status: '1'
|
||||||
}
|
}
|
||||||
ary.push(obj)
|
ary.push(obj)
|
||||||
}
|
}
|
||||||
|
|
|
@ -71,7 +71,8 @@ const getHomeWorkList = async () => {
|
||||||
return await homeworklist({
|
return await homeworklist({
|
||||||
entpcourseid: chapterId,
|
entpcourseid: chapterId,
|
||||||
edituserid: userStore.user.userId,
|
edituserid: userStore.user.userId,
|
||||||
pageSize: 100
|
pageSize: 100,
|
||||||
|
status: '10'
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
//以下代码 参照AIx web端 作业布置
|
//以下代码 参照AIx web端 作业布置
|
||||||
let list = []
|
let list = []
|
||||||
|
|
|
@ -53,7 +53,7 @@ const chartDom = ref(null);
|
||||||
let chartInstance = null
|
let chartInstance = null
|
||||||
|
|
||||||
const menuList = [{
|
const menuList = [{
|
||||||
name: '教学分析',
|
name: '课程教学',
|
||||||
span: 24,
|
span: 24,
|
||||||
id: 1,
|
id: 1,
|
||||||
list: [
|
list: [
|
||||||
|
@ -79,11 +79,11 @@ const menuList = [{
|
||||||
icon: 'icon-xueqingfenxi',
|
icon: 'icon-xueqingfenxi',
|
||||||
disabled: true
|
disabled: true
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '教学设计',
|
// name: '教学设计',
|
||||||
icon: 'icon-jiaoxuesheji',
|
// icon: 'icon-jiaoxuesheji',
|
||||||
path: '/prepare'
|
// path: '/prepare'
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '教学实施',
|
name: '教学实施',
|
||||||
icon: 'icon-jiaoxuefenxi',
|
icon: 'icon-jiaoxuefenxi',
|
||||||
|
|
Loading…
Reference in New Issue