Hwt há 2 anos atrás
pai
commit
432fe0e9e5

+ 2 - 1
operationSupport/src/views/ownerManagement/index.vue

@@ -307,7 +307,8 @@ export default {
         },
         {
           status: 2,
-          label: '亲属'
+          // label: '亲属'
+          label: '承租人'
         },
         {
           status: 3,

+ 2 - 2
operationSupport/src/views/patrolManagement/PatrolStatistics.vue

@@ -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 }) => {