正在显示
2 个修改的文件
包含
4 行增加
和
3 行删除
... | ... | @@ -192,7 +192,7 @@ |
192 | 192 | |
193 | 193 | handelCancel() { |
194 | 194 | putRegistrationReviewApi({ |
195 | - formIds: [this.registrationDetail.id], | |
195 | + ids: [this.registrationDetail.id], | |
196 | 196 | status: 'reject', |
197 | 197 | }).then(data => { |
198 | 198 | if (data) { |
... | ... | @@ -205,7 +205,7 @@ |
205 | 205 | |
206 | 206 | hancelSubmit() { |
207 | 207 | putRegistrationReviewApi({ |
208 | - formIds: [this.registrationDetail.id], | |
208 | + ids: [this.registrationDetail.id], | |
209 | 209 | status: 'pass', |
210 | 210 | }).then(data => { |
211 | 211 | if (data) { | ... | ... |
请
注册
或
登录
后发表评论