|
@@ -2056,7 +2056,10 @@ export default {
|
|
})
|
|
})
|
|
},
|
|
},
|
|
updateYjYuAn() {
|
|
updateYjYuAn() {
|
|
- if (this.eventStatusValue == 'forest_event_status_1') {
|
|
|
|
|
|
+ if (
|
|
|
|
+ this.eventStatusValue == "forest_event_status_1" ||
|
|
|
|
+ this.eventStatusValue == "forest_event_status_7"
|
|
|
|
+ ) {
|
|
this.$message.error(`修改预案信息在签收后方可修改!`)
|
|
this.$message.error(`修改预案信息在签收后方可修改!`)
|
|
return
|
|
return
|
|
} else {
|
|
} else {
|