|
@@ -1510,9 +1510,12 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
updateYjYuAn() {
|
|
|
- if(this.eventStatusValue=='forest_event_status_1'){
|
|
|
+ if(this.eventStatusValue=='forest_event_status_1'||this.eventStatusValue=='forest_event_status_7') {
|
|
|
this.$message.error(`未签收事件无法修改预案信息,请先签收!`)
|
|
|
return
|
|
|
+ }else if(this.eventStatusValue=='forest_event_status_3'){
|
|
|
+ this.$message.error(`误报事件无法修改预案信息!`)
|
|
|
+ return
|
|
|
}else{
|
|
|
let param = { eventCode: this.eventCode, reserve: this.sendGuanLianYuAn }
|
|
|
updateYjYuAn(param).then(res => {
|