处方管理功能,测试项目分类功能
This commit is contained in:
parent
26bb3f4ab6
commit
deff81ac75
@ -295,8 +295,13 @@ export default {
|
|||||||
console.log(min, max);
|
console.log(min, max);
|
||||||
|
|
||||||
if (Number(max) < Number(min)) {
|
if (Number(max) < Number(min)) {
|
||||||
console.log(min, max);
|
if(max!=="" && min!==""){
|
||||||
callback(new Error("最高分必须大于最低分,请重新填写!"));
|
callback(new Error("最高分必须大于最低分,请重新填写!"));
|
||||||
|
}else{
|
||||||
|
console.log(min, max);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
if (
|
if (
|
||||||
value.map((e) => {
|
value.map((e) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user