彭宇 před 2 roky
rodič
revize
3ca839d00a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/firespread.vue

+ 2 - 1
src/views/firespread.vue

@@ -975,6 +975,7 @@ import areaSupermap from '@/components/supermap'//区域标记地图
 import TcPlayer from '@/components/TcPlayer' //视频预览
 import leftRightSwiperScroll from '@/components/leftRightSwiperScroll.vue';//事件中心底部资源内容溢出组件
 import {getIconBg} from '@/api/components/sookaMapIcon';//资源底色控制文件
+
 import {
   getEventDetail,
   sendEventLog,
@@ -1488,7 +1489,7 @@ export default {
             }
           })
         } else {
-          if (eventStatus == 'qs' || eventStatus == 'wb' || eventStatus == 'cf') {
+          if (eventStatus == 'qs') {
             if (that.sendDeptId == '' || that.sendDeptId == null || that.sendDeptName == '' || that.sendDeptName == null) {
               that.$message.error(`请选择部门!`)
               return