Hwt 2 年之前
父节点
当前提交
5f01daf8e9
共有 1 个文件被更改,包括 3 次插入5 次删除
  1. 3 5
      operationSupport/src/views/patrolManagement/patrolPointStatistics.vue

+ 3 - 5
operationSupport/src/views/patrolManagement/patrolPointStatistics.vue

@@ -1,7 +1,7 @@
 <!--
  * @Author: 韩玮涛
  * @Date: 2022-08-10 09:21:59
- * @LastEditTime: 2022-08-10 18:18:54
+ * @LastEditTime: 2022-08-10 18:25:23
  * @LastEditors: D4THYL3
  * @Description: In User Settings Edit
  * @FilePath: \operationSupport\src\views\patrolManagement\patrolPointStatistics.vue
@@ -122,8 +122,6 @@ export default {
       communityId: '',
       mixins_query: {
         communityId: '',
-        edate: '',
-        sdate: ''
       },
       times: [],
       communityArr: [],
@@ -189,8 +187,8 @@ export default {
       if (!arr) {
         arr = ['', ''];
       }
-      this.mixins_query.sdate = !!arr[0] ? arr[0] + ' 00:00:00' : '';
-      this.mixins_query.edate = !!arr[1] ? arr[1] + ' 23:59:59' : '';
+      this.mixins_query.sdate = !!arr[0] ? arr[0] + ' 00:00:00' : null;
+      this.mixins_query.edate = !!arr[1] ? arr[1] + ' 23:59:59' : null;
     },
     getorgTree () {
       this.$http.get('/czc-community/assets/community/list').then(({ data, msg, status }) => {