This commit is contained in:
白了个白 2024-12-20 15:24:27 +08:00
parent 8bbd01e2b2
commit 57cd8ea45a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ export const editListItem = (row, courseObj) => {
if (row.worktype == '框架梳理') { if (row.worktype == '框架梳理') {
// 框架梳理对应只有一个内容 // 框架梳理对应只有一个内容
getEvaluationclue(listCourseWork[0].id).then(res => { getEvaluationclue(listCourseWork[0].id).then(res => {
if ( res.data==null || res.data==undefined ) { if ( res.data==null || res.data==undefined ) {
return ; return ;