소스 검색

催缴 状态

Shannon_mu 3 년 전
부모
커밋
8edb1e48d1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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() {},