Explorar el Código

催缴 状态

Shannon_mu hace 3 años
padre
commit
8edb1e48d1
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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() {},