|
@@ -54,6 +54,7 @@ export default {
|
|
|
...rewardOrder(['query']),
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
info.type = this.type;
|
|
|
+ info.company_id = this.user.id;
|
|
|
const res = await this.query({ skip, limit, ...info });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, `list`, res.data);
|