[update] 企标制修订流程-标准化审核节点,是否进行评审会选择否,备注内容存在的话不自动带入驳回
This commit is contained in:
@@ -451,10 +451,13 @@ export default {
|
||||
this.validatorRules.commitText.rules[0].required = true
|
||||
this.rejectBtnDisabled = false
|
||||
this.agreeBtnDisabled = true
|
||||
const obj = { commitText: '驳回' }
|
||||
this.$nextTick(() => {
|
||||
this.approvalInfoForm.setFieldsValue(pick(obj, 'commitText'))
|
||||
})
|
||||
const commitText = this.approvalInfoForm.getFieldValue('commitText')
|
||||
if (!commitText) {
|
||||
const obj = { commitText: '驳回' }
|
||||
this.$nextTick(() => {
|
||||
this.approvalInfoForm.setFieldsValue(pick(obj, 'commitText'))
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
// 保存
|
||||
|
||||
Reference in New Issue
Block a user