This commit is contained in:
BianLzhaoMin 2024-04-28 17:49:42 +08:00
parent 0ba80b20e7
commit 459fc25d55
1 changed files with 1 additions and 0 deletions

View File

@ -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('审核通过')