|
@@ -795,7 +795,7 @@ export default {
|
|
this.warning('年龄必须是0-200');
|
|
this.warning('年龄必须是0-200');
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
- if(this.minValue >= this.maxValue){
|
|
|
|
|
|
+ if(this.minValue >= this.maxValue&&this.data.type=='实验室检查子项目'){
|
|
this.warning('最小值小于最大值');
|
|
this.warning('最小值小于最大值');
|
|
return;
|
|
return;
|
|
}
|
|
}
|