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
@@ -482,10 +482,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 = '同意'
@@ -410,10 +410,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 = '同意'
@@ -407,10 +407,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 = '同意'
@@ -415,10 +415,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 = '同意'
@@ -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 = '同意'
@@ -436,11 +436,11 @@ export default {
if (this.loading) return
this.loading = true
this.getPageParams().then(res => {
// 同意和提交一直传true
res.map.pass = true
res.notAttend = false
// 不是提交按钮
if (!isSubmitBtn) {
// 不是提交按钮就一直传true 同意
res.map.pass = true
// 没有填写注释,就默认同意
if (!res.processApprovalRecord.commitText) {
res.processApprovalRecord.commitText = '同意'