|
@@ -53,7 +53,7 @@ export default {
|
|
|
methods: {
|
|
|
...mapActions(['query', 'fetch', 'create', 'update', 'delete']),
|
|
|
async search({ skip = 0, limit = this.$limit, ...info } = {}) {
|
|
|
- let res = await this.query({ skip, limit, status: '-2', type: info.time, start: info.start, end: info.end, shop: this.user.shop.id });
|
|
|
+ let res = await this.query({ status: '-2', type: info.time, start: info.start, end: info.end, shop: this.user.shop.id });
|
|
|
if (this.$checkRes(res)) {
|
|
|
let list = res.data.sAfterSale;
|
|
|
let xAxisList = [];
|