This commit is contained in:
parent
0ba80b20e7
commit
459fc25d55
|
|
@ -224,6 +224,7 @@
|
|||
/* 审核通过 */
|
||||
async handlePass() {
|
||||
this.auditingParams.status = '1'
|
||||
this.auditingParams.reasonRejection = '同意'
|
||||
const res = await auditingScrapApi(this.auditingParams)
|
||||
if (res.code == 200) {
|
||||
this.$message.success('审核通过')
|
||||
|
|
|
|||
Loading…
Reference in New Issue