This commit is contained in:
parent
8bbd01e2b2
commit
57cd8ea45a
|
@ -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 ;
|
||||||
|
|
Loading…
Reference in New Issue