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