guhongwei 4 gadi atpakaļ
vecāks
revīzija
9f69bd0259
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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);