|
@@ -163,7 +163,7 @@ export default {
|
|
this.$set(this, `twoList`, res.data);
|
|
this.$set(this, `twoList`, res.data);
|
|
}
|
|
}
|
|
// 创新券
|
|
// 创新券
|
|
- res = await this.ticketQuery({ skip, limit: 7, status: 1, ...info });
|
|
|
|
|
|
+ res = await this.ticketQuery({ skip, limit: 7, status: 4, ...info });
|
|
if (this.$checkRes(res)) {
|
|
if (this.$checkRes(res)) {
|
|
this.$set(this, `twoList`, res.data);
|
|
this.$set(this, `twoList`, res.data);
|
|
}
|
|
}
|