From 2a8099cf8cd907c6e14a9ac4300a05544c345b0d Mon Sep 17 00:00:00 2001 From: jiale <631455805@qq.com> Date: 星期二, 24 五月 2022 15:51:03 +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