|
@@ -6033,8 +6033,10 @@
|
|
|
}
|
|
|
}
|
|
|
let errtips = ''
|
|
|
- if(this.user.timeType.customDegreeStatus == 1 && this.zhoBao.wuduList.length != 0 && !this.zhoBao.degreeId) {
|
|
|
- errtips += this.user.timeType.customDegreeName + '、'
|
|
|
+ if(this.user.timeType.customDegreeStatus == 1 && this.zhoBao.wuduList.length != 0) {
|
|
|
+ if ((!this.user.timeType.customDegreeMultiple && !this.zhoBao.degreeId) || (this.user.timeType.customDegreeMultiple && (!this.zhoBao.multiDegrIdArray || this.zhoBao.multiDegrIdArray.length==0))) {
|
|
|
+ errtips += this.user.timeType.customDegreeName + '、'
|
|
|
+ }
|
|
|
}
|
|
|
if(this.user.timeType.customDataStatus == 1 && !this.zhoBao.customData){
|
|
|
errtips += this.user.timeType.customDataName + '、'
|