作业布置:推送多个班级的学生bug修复

This commit is contained in:
白了个白 2024-10-14 10:57:02 +08:00
parent eca1a927c0
commit 58988313b7
2 changed files with 5 additions and 7 deletions

View File

@ -1,8 +1,3 @@
<!--
* @Author: 苦逼程序猿
* @Date: 2024-09-06 16:58:59
* @Warning: 千行代码Bug露锋芒
-->
<template>
<el-container class="class-reserv-wrap">
<div style="display: flex; justify-content: space-between;">
@ -121,7 +116,7 @@ const getData = async () => {
classWorkList.value = []
loading.value = true
// 1
//getClassList()
// getClassList()
// 2
await getClassWorkList()
// 3

View File

@ -889,6 +889,8 @@ const handleWorkConfigUpdate = (key,row) => {
classWorkConfigForm.classWorkConfigList = [];
//
for (var i=0; i<clist.length; i++) {
// clist classWorkConfigForm.studentlist studentlistid
const clsStuList = classWorkConfigForm.studentlist&&classWorkConfigForm.studentlist.filter(item=>item.classid == clist[i].id);
classWorkConfigForm.classWorkConfigList.push({
id: 0,
classid: clist[i].id,
@ -904,7 +906,7 @@ const handleWorkConfigUpdate = (key,row) => {
workdate: '',
title: '',
workcodes: '',
studentlist: classWorkConfigForm.studentlist,
studentlist: clsStuList,
timelength: classWorkConfigForm.timelength,
weights: classWorkConfigForm.weights,
feedtype: classWorkConfigForm.feedtype,
@ -1018,6 +1020,7 @@ const handleTaskAssignToAllClassType = async() => {
var wForm = {};
wForm.classworkarray = JSON.stringify(ttt);
console.log(wForm,'推送的配置信息------------')
saveByClassWorkArray(wForm).then(response => {
console.log(response,'===============response');
// this.classWorkToStudent_Loading = false;