提交 9bd31e4a 编写于 作者: chendeli's avatar chendeli

fix需求

上级 66b16a8c
......@@ -3287,7 +3287,7 @@ export default {
//更新项目成绩评定条件
updateCertificateType() {
console.log('更新certificateType',vm.formExam.certificateType)
if(vm.formExam.certificateType == 2) {
if(vm.formExam.passType == 2) {
vm.formExam.exam = [{
examCount: 1,
rangeMin: '',
......@@ -3295,7 +3295,7 @@ export default {
certificateId: '',
certificateName: '',
}];
} else if(vm.formExam.certificateType == 1) {
} else if(vm.formExam.passType == 1) {
vm.formComponent.certificate = '';
}
},
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册