Browse Source

预案调整

qinhouyu 1 năm trước cách đây
mục cha
commit
98ea2850c3
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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 {