Compare commits
No commits in common. "c58322ca0b68a839042f9ab7def5fb673959fc75" and "675613bbeef525644bd659799ca40ce407ef188c" have entirely different histories.
c58322ca0b
...
675613bbee
|
@ -243,8 +243,7 @@ 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,8 +71,7 @@ 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