|
@@ -507,7 +507,7 @@ export default {
|
|
|
|
|
|
// 事件及调查类型处理
|
|
|
if (this.reportMessage.scenarioIds && this.reportMessage.scenarioIds.length > 0) {
|
|
|
- var scenarioIds = JSON.parse(JSON.stringify(this.form.scenarioIds))
|
|
|
+ var scenarioIds = JSON.parse(JSON.stringify(this.reportMessage.scenarioIds))
|
|
|
}
|
|
|
if (this.reportMessage.eventId) {
|
|
|
this.reportMessage.events = []
|
|
@@ -710,7 +710,6 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
this.reportMessage.fileGuids = guids
|
|
|
- // this.$commonJS.allUploadFile(this.form)
|
|
|
// 事件及调查类型处理
|
|
|
if (this.reportMessage.scenarioIds && this.reportMessage.scenarioIds.length > 0) {
|
|
|
var scenarioIds = JSON.parse(JSON.stringify(this.reportMessage.scenarioIds))
|
|
@@ -723,7 +722,7 @@ export default {
|
|
|
{
|
|
|
matterId: item,
|
|
|
scenarioId: scenarioIds[0],
|
|
|
- eventId: this.form.eventId
|
|
|
+ eventId: this.reportMessage.eventId
|
|
|
}
|
|
|
)
|
|
|
})
|