Compare commits

..

No commits in common. "35af866a533e816f93639dba87b8586d310e38f2" and "eca1a927c08f703580902d2d5fbb1d579f748f09" have entirely different histories.

2 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,8 @@
<!--
* @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;">
@ -116,7 +121,7 @@ const getData = async () => {
classWorkList.value = []
loading.value = true
// 1
// getClassList()
//getClassList()
// 2
await getClassWorkList()
// 3

View File

@ -889,8 +889,6 @@ 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,
@ -906,7 +904,7 @@ const handleWorkConfigUpdate = (key,row) => {
workdate: '',
title: '',
workcodes: '',
studentlist: clsStuList,
studentlist: classWorkConfigForm.studentlist,
timelength: classWorkConfigForm.timelength,
weights: classWorkConfigForm.weights,
feedtype: classWorkConfigForm.feedtype,
@ -1020,7 +1018,6 @@ 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;