Merge remote-tracking branch 'origin/thirdStage' into thirdStage

This commit is contained in:
赵霄
2024-01-08 17:15:40 +08:00
@@ -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