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: '', 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)
} }

View File

@ -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 = []

View File

@ -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',