fix 79317

This commit is contained in:
danshihao
2023-12-19 11:07:57 +08:00
parent 08b209b6a8
commit ecee848592
8 changed files with 34 additions and 18 deletions
@@ -413,7 +413,7 @@ export default {
// 同意和提交一直传true
res.map.pass = true
// 不是提交按钮
if (!isSubmitBtn) {
if (isSubmitBtn !== true) {
// 没有填写注释,就默认同意
if (!res.processApprovalRecord.commitText) {
res.processApprovalRecord.commitText = '同意'