Browse Source

催缴 状态

Shannon_mu 3 years ago
parent
commit
8edb1e48d1
1 changed files with 3 additions and 1 deletions
  1. 3 1
      operationSupport/src/views/payService/call/index.vue

+ 3 - 1
operationSupport/src/views/payService/call/index.vue

@@ -113,7 +113,9 @@ export default {
     created() {
         this.getorgTree();
         this.mixins_dataUrl = '/sc-charge/charge/bill/page';
-        this.mixins_query = {};
+        this.mixins_query = {
+            chargeStatus: 1
+        };
         this.mixins_search();
     },
     mounted() {},