fix 79317
This commit is contained in:
@@ -502,7 +502,7 @@ export default {
|
||||
// 同意和提交一直传true
|
||||
res.map.pass = true
|
||||
// 不是提交按钮
|
||||
if (!isSubmitBtn) {
|
||||
if (isSubmitBtn !== true) {
|
||||
// 没有填写注释,就默认同意
|
||||
if (!res.processApprovalRecord.commitText) {
|
||||
res.processApprovalRecord.commitText = '同意'
|
||||
|
||||
Reference in New Issue
Block a user