|
@@ -1,7 +1,7 @@
|
|
|
<!--
|
|
|
* @Author:韩玮涛
|
|
|
* @Date: 2022-08-08 09:38:04
|
|
|
- * @LastEditTime: 2022-08-10 15:11:30
|
|
|
+ * @LastEditTime: 2022-08-10 17:50:14
|
|
|
* @LastEditors: D4THYL3
|
|
|
* @Description: In User Settings Edit
|
|
|
* @FilePath: \operationSupport\src\views\patrolManagement\PatrolStatistics.vue
|
|
@@ -261,7 +261,7 @@ export default {
|
|
|
|
|
|
},
|
|
|
exportExcel () {
|
|
|
- this.__exportExcel('/czc-community/patrol/record/standard/export/list');
|
|
|
+ this.__exportExcel('/czc-community/patrol/record/standard/export/list', this.mixins_query);
|
|
|
},
|
|
|
mixinsQuery () {
|
|
|
this.$http.post('/czc-community/patrol/record/standard/page', this.mixins_query).then(({ status, data, msg }) => {
|