Hwt %!s(int64=2) %!d(string=hai) anos
pai
achega
621619c02e

+ 6 - 4
operationSupport/src/views/patrolManagement/patrolPointStatistics.vue

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