guhongwei %!s(int64=4) %!d(string=hai) anos
pai
achega
9f69bd0259
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);