fix 79311
This commit is contained in:
+2
-2
@@ -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 = '同意'
|
||||
|
||||
+2
-2
@@ -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 = '同意'
|
||||
|
||||
+2
-2
@@ -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 = '同意'
|
||||
|
||||
+2
-2
@@ -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 = '同意'
|
||||
|
||||
Reference in New Issue
Block a user