@@ -2056,7 +2056,10 @@ 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 {