update 征求意见流程

This commit is contained in:
赵霄
2023-11-21 10:21:11 +08:00
parent 39e7d20f29
commit afa76d0f29
3 changed files with 8 additions and 177 deletions
@@ -437,6 +437,8 @@ export default {
* 同意
*/
handleAgree () {
this.validatorRules.handleText.rules[0].required = false
this.approvalInfoForm.setFieldsValue({ handleText: '同意' })
const formData = this.dealFormData()
if (!formData) {
return
@@ -457,6 +459,7 @@ export default {
* 驳回
*/
handleReject () {
this.validatorRules.handleText.rules[0].required = true
const formData = this.dealFormData()
if (!formData) {
return