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