diff --git a/sgzb-ui/src/views/scrapManage/scrap/scrapAuditing/index.vue b/sgzb-ui/src/views/scrapManage/scrap/scrapAuditing/index.vue index 9c48c889..1fcdbe7f 100644 --- a/sgzb-ui/src/views/scrapManage/scrap/scrapAuditing/index.vue +++ b/sgzb-ui/src/views/scrapManage/scrap/scrapAuditing/index.vue @@ -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('审核通过')