From ec9828923a7e907240a51fc463a4eabb029d6416 Mon Sep 17 00:00:00 2001
From: 13937891274 <kxc0822>
Date: 星期一, 23 五月 2022 15:41:09 +0800
Subject: [PATCH] 隐患图表分析

---
 src/views/oneFromanotherN/index.vue |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/src/views/oneFromanotherN/index.vue b/src/views/oneFromanotherN/index.vue
index ebb7b92..9cccf29 100644
--- a/src/views/oneFromanotherN/index.vue
+++ b/src/views/oneFromanotherN/index.vue
@@ -447,13 +447,6 @@
                     }
 
                 }
-                if(this.listQuery.form.check_dateEnd!=null && this.listQuery.form.check_dateEnd!=''){
-                    if(this.listQuery.form.check_dateStart!=null && this.listQuery.form.check_dateStart!=''){
-                    }else {
-                        this.$message({type:'error', message:"请选择检查开始时间", duration:3000})
-                        return
-                    }
-                }
             },
             //搜索
             getPageList(){

--
Gitblit v1.9.2