fix 79311

This commit is contained in:
danshihao
2023-12-19 10:39:26 +08:00
parent 03cdb35e64
commit 2218d27105
6 changed files with 12 additions and 12 deletions
@@ -499,10 +499,10 @@ export default {
if (this.loading) return
this.loading = true
this.getPageParams().then(res => {
// 同意和提交一直传true
res.map.pass = true
// 不是提交按钮
if (!isSubmitBtn) {
// 不是提交按钮就一直传true 同意
res.map.pass = true
// 没有填写注释,就默认同意
if (!res.processApprovalRecord.commitText) {
res.processApprovalRecord.commitText = '同意'