Merge remote-tracking branch 'origin/thirdStage' into thirdStage
This commit is contained in:
@@ -472,6 +472,10 @@ export default {
|
||||
this.validatorRules.commitText.rules[0].required = false
|
||||
this.rejectBtnDisabled = true
|
||||
this.agreeBtnDisabled = false
|
||||
const obj = { commitText: '' }
|
||||
this.$nextTick(() => {
|
||||
this.approvalInfoForm.setFieldsValue(pick(obj, 'commitText'))
|
||||
})
|
||||
} else {
|
||||
// 选了否
|
||||
this.validatorRules.commitText.rules[0].required = true
|
||||
|
||||
Reference in New Issue
Block a user