judgeValueRelation方法中$ne添加return
This commit is contained in:
parent
96fcf6dd4d
commit
0ce78747b4
|
|
@ -645,6 +645,7 @@ function judgeValueRelation(value1, value2, contained) {
|
||||||
else if (r) {
|
else if (r) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
// 互斥
|
// 互斥
|
||||||
if (r) {
|
if (r) {
|
||||||
|
|
|
||||||
|
|
@ -743,6 +743,7 @@ export function judgeValueRelation(value1: any, value2: any, contained: boolean)
|
||||||
else if (r) {
|
else if (r) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
// 互斥
|
// 互斥
|
||||||
if (r) {
|
if (r) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue