qinhouyu před 1 rokem
rodič
revize
98ea2850c3
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  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 {