From b1dbcaba9bb3786fb9e9fbd5ea5154c67f41ea4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Fri, 8 Apr 2022 17:46:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9E=9C=E8=AF=84=E8=AE=BA=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E4=B8=8D=E9=80=9A=E8=BF=87=E4=BC=A0=E5=8F=82=E4=B8=BA?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/task/paperManage/index.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/military/task/paperManage/index.jsx b/src/military/task/paperManage/index.jsx index 230b1ac37..d8e87f21b 100644 --- a/src/military/task/paperManage/index.jsx +++ b/src/military/task/paperManage/index.jsx @@ -84,7 +84,8 @@ export default Form.create()(({ current_user, form, showNotification, match, his checkPaper({ paperId, auditingVo: { - pass: passStatus ? 1 : values.pass, + // pass: passStatus ? 1 : values.pass 不通过时不管是否可以申诉都传0 + pass: passStatus ? 1 : 0, message: values.message, } }).then(res => {