update 同意备注处理
This commit is contained in:
@@ -1094,7 +1094,9 @@ export default {
|
||||
*/
|
||||
handleAgree () {
|
||||
this.validatorRules.handleText.rules[0].required = false
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
if (!this.approvalInfoForm.getFieldValue('handleText')) {
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
}
|
||||
const formData = this.dealFormData()
|
||||
if (!formData) {
|
||||
return
|
||||
|
||||
@@ -892,7 +892,9 @@ export default {
|
||||
*/
|
||||
handleAgree () {
|
||||
this.validatorRules.handleText.rules[0].required = false
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
if (!this.approvalInfoForm.getFieldValue('handleText')) {
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
}
|
||||
const formData = this.dealFormData()
|
||||
if (!formData) {
|
||||
return
|
||||
|
||||
@@ -468,7 +468,9 @@ export default {
|
||||
*/
|
||||
handleAgree () {
|
||||
this.validatorRules.handleText.rules[0].required = false
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
if (!this.approvalInfoForm.getFieldValue('handleText')) {
|
||||
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
|
||||
}
|
||||
const formData = this.dealFormData()
|
||||
if (!formData) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user