guhongwei пре 4 година
родитељ
комит
9f69bd0259
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/userCenter/userExamine/detail.vue

+ 1 - 1
src/views/userCenter/userExamine/detail.vue

@@ -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);