From 459fc25d55207e33407f44856d2a45dc4cbf7793 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Sun, 28 Apr 2024 17:49:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-ui/src/views/scrapManage/scrap/scrapAuditing/index.vue | 1 + 1 file changed, 1 insertion(+) 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('审核通过')