|
@@ -1046,6 +1046,11 @@ export default {
|
|
this.followUps = []
|
|
this.followUps = []
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if(this.form.status == 3){
|
|
|
|
+ this.form.ifFinish = true
|
|
|
|
+ }else{
|
|
|
|
+ this.form.ifFinish = false
|
|
|
|
+ }
|
|
// 事件及调查类型处理
|
|
// 事件及调查类型处理
|
|
if (this.form.scenarioIds && this.form.scenarioIds.length > 0) {
|
|
if (this.form.scenarioIds && this.form.scenarioIds.length > 0) {
|
|
var scenarioIds = JSON.parse(JSON.stringify(this.form.scenarioIds))
|
|
var scenarioIds = JSON.parse(JSON.stringify(this.form.scenarioIds))
|
|
@@ -1116,6 +1121,7 @@ export default {
|
|
systemFileList: [],
|
|
systemFileList: [],
|
|
fileGuids: [],
|
|
fileGuids: [],
|
|
}
|
|
}
|
|
|
|
+ this.show = false
|
|
this.showDialog = false
|
|
this.showDialog = false
|
|
this.clear()
|
|
this.clear()
|
|
},
|
|
},
|