修复了标准入库流程(经理人审批)选择通过,应不必输入意见的问题
This commit is contained in:
@@ -890,11 +890,12 @@
|
||||
}
|
||||
},
|
||||
getRule(){
|
||||
|
||||
if (this.formTongGuo.approvalOpinion === '0') {
|
||||
this.rules.commentText.required = false
|
||||
this.rules.commentText[0].required = false;
|
||||
this.$refs.formTongGuo.clearValidate('commentText')
|
||||
} else {
|
||||
this.rules.commentText.required = true
|
||||
}else {
|
||||
this.rules.commentText[0].required = true;
|
||||
}
|
||||
},
|
||||
popoverHide (checkedIds, checkedData) {
|
||||
|
||||
Reference in New Issue
Block a user