|
|
@@ -130,7 +130,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
this.taskUserList = this.taskUserList.join(',')
|
|
|
-
|
|
|
+
|
|
|
this.qsUserList = this.qsUserList.join(',')
|
|
|
|
|
|
this.signUserList = data.taskUserList || []
|
|
|
@@ -149,7 +149,7 @@ export default {
|
|
|
})
|
|
|
}
|
|
|
|
|
|
- this.imgList = this.trainingData.imageList?.split(',') || []
|
|
|
+ this.imgList = this.trainingData.imageList.split(',') || []
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
@@ -213,7 +213,7 @@ export default {
|
|
|
document.body.removeChild(tempLink)
|
|
|
}
|
|
|
},
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
</script>
|