处方管理功能,测试项目分类功能

This commit is contained in:
shidongli 2022-08-25 14:23:23 +08:00
parent 26bb3f4ab6
commit deff81ac75

View File

@ -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) => {