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.validatorRules.commitText.rules[0].required = false
|
||||||
this.rejectBtnDisabled = true
|
this.rejectBtnDisabled = true
|
||||||
this.agreeBtnDisabled = false
|
this.agreeBtnDisabled = false
|
||||||
|
const obj = { commitText: '' }
|
||||||
|
this.$nextTick(() => {
|
||||||
|
this.approvalInfoForm.setFieldsValue(pick(obj, 'commitText'))
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
// 选了否
|
// 选了否
|
||||||
this.validatorRules.commitText.rules[0].required = true
|
this.validatorRules.commitText.rules[0].required = true
|
||||||
|
|||||||
Reference in New Issue
Block a user