YY 2 years ago
parent
commit
5ff095550d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/system/statistics/parts/card-3.vue

+ 2 - 0
src/views/system/statistics/parts/card-3.vue

@@ -32,8 +32,10 @@ export default {
   methods: {
     ...mapActions(['query', 'fetch', 'create', 'update', 'delete']),
     async search({ skip = 0, limit = 10, ...info } = {}) {
+      info.status == '1';
       let res = await this.query({ skip, limit, ...info });
       if (this.$checkRes(res)) {
+        console.log(res.data);
         let list = res.data.sMarkOrder;
         let xAxisList = [];
         let seriesList = [];