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 => {