|
@@ -1815,6 +1815,7 @@ const handleHomeworkSubmit = async () => {
|
|
|
if (iframeWindow && iframeWindow.exposed_outputs) {
|
|
if (iframeWindow && iframeWindow.exposed_outputs) {
|
|
|
if (iframeWindow.exposed_outputs.length === 0) {
|
|
if (iframeWindow.exposed_outputs.length === 0) {
|
|
|
message.warning('没有找到作业内容')
|
|
message.warning('没有找到作业内容')
|
|
|
|
|
+ hasSubmitWork = true
|
|
|
continue
|
|
continue
|
|
|
}
|
|
}
|
|
|
console.log('执行iframe中的submitWork方法,参数可变')
|
|
console.log('执行iframe中的submitWork方法,参数可变')
|