Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d8fdefb05e
@ -295,8 +295,13 @@ export default {
|
||||
console.log(min, max);
|
||||
|
||||
if (Number(max) < Number(min)) {
|
||||
console.log(min, max);
|
||||
callback(new Error("最高分必须大于最低分,请重新填写!"));
|
||||
if(max!=="" && min!==""){
|
||||
callback(new Error("最高分必须大于最低分,请重新填写!"));
|
||||
}else{
|
||||
console.log(min, max);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
if (
|
||||
value.map((e) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user