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