guhongwei před 4 roky
rodič
revize
9f69bd0259
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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']),
     ...verifyRecord(['query']),
     // 查询列表
     // 查询列表
     async search({ skip = 0, limit = 10, ...info } = {}) {
     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)) {
       if (this.$checkRes(res)) {
         this.$set(this, 'list', res.data);
         this.$set(this, 'list', res.data);
         this.$set(this, `total`, res.total);
         this.$set(this, `total`, res.total);