Browse Source

预案调整

qinhouyu 1 year ago
parent
commit
98ea2850c3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/firespread.vue

+ 4 - 1
src/views/firespread.vue

@@ -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 {