|
|
|
@ -1068,9 +1068,9 @@ const sendTask=async()=>{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
try{
|
|
|
|
try{
|
|
|
|
const sendData={
|
|
|
|
const sendData={
|
|
|
|
module:'数字金融',
|
|
|
|
module:'Apriori关联算法',
|
|
|
|
numberOfErrors:errorNumber > 10 ? 10 : errorNumber,
|
|
|
|
numberOfErrors:errorNumber > 10 ? 10 : errorNumber,
|
|
|
|
taskName:'数字营销',
|
|
|
|
taskName:'Apriori关联算法',
|
|
|
|
userId:JSON.parse(getUserInfo()).userId
|
|
|
|
userId:JSON.parse(getUserInfo()).userId
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const res=await submitTrainingTask(sendData)
|
|
|
|
const res=await submitTrainingTask(sendData)
|
|
|
|
|