|
@@ -98,7 +98,7 @@ export default {
|
|
|
...verifyRecord(['create']),
|
|
|
// 查询列表
|
|
|
async search({ skip = 0, limit = 10, ...info } = {}) {
|
|
|
- const res = await this.query({ skip, limit, ...info }); //, status: '3'
|
|
|
+ const res = await this.query({ skip, limit, ...info, status: '3' });
|
|
|
if (this.$checkRes(res)) {
|
|
|
this.$set(this, 'list', res.data);
|
|
|
this.$set(this, `total`, res.total);
|