正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
| @@ -192,7 +192,7 @@ | @@ -192,7 +192,7 @@ | ||
| 192 | 192 | ||
| 193 | handelCancel() { | 193 | handelCancel() { |
| 194 | putRegistrationReviewApi({ | 194 | putRegistrationReviewApi({ |
| 195 | - formIds: [this.registrationDetail.id], | 195 | + ids: [this.registrationDetail.id], |
| 196 | status: 'reject', | 196 | status: 'reject', |
| 197 | }).then(data => { | 197 | }).then(data => { |
| 198 | if (data) { | 198 | if (data) { |
| @@ -205,7 +205,7 @@ | @@ -205,7 +205,7 @@ | ||
| 205 | 205 | ||
| 206 | hancelSubmit() { | 206 | hancelSubmit() { |
| 207 | putRegistrationReviewApi({ | 207 | putRegistrationReviewApi({ |
| 208 | - formIds: [this.registrationDetail.id], | 208 | + ids: [this.registrationDetail.id], |
| 209 | status: 'pass', | 209 | status: 'pass', |
| 210 | }).then(data => { | 210 | }).then(data => { |
| 211 | if (data) { | 211 | if (data) { |
| @@ -84,10 +84,11 @@ | @@ -84,10 +84,11 @@ | ||
| 84 | // this.loading = "loadmore"; | 84 | // this.loading = "loadmore"; |
| 85 | // this.page = 0; | 85 | // this.page = 0; |
| 86 | // this.list = []; | 86 | // this.list = []; |
| 87 | - this._getList(); | 87 | + |
| 88 | }, | 88 | }, |
| 89 | 89 | ||
| 90 | onShow() { | 90 | onShow() { |
| 91 | + this._getList(); | ||
| 91 | if (this.hasLogin) { | 92 | if (this.hasLogin) { |
| 92 | 93 | ||
| 93 | } | 94 | } |
请
注册
或
登录
后发表评论