feat: There is no way the, 企标高级检索 备案日期 多条件查询
This commit is contained in:
+2
-2
@@ -4338,7 +4338,7 @@ export default {
|
|||||||
type: 'like',
|
type: 'like',
|
||||||
value: value
|
value: value
|
||||||
});
|
});
|
||||||
}else if (value !== undefined && value !== null && value !== "") {
|
}else if (value !== undefined && value !== null && value !== "" && item.attrField !== 'BARQ') {
|
||||||
advanceSearchVOList.push({
|
advanceSearchVOList.push({
|
||||||
connect: advanceSearchVOList.length > 0 ? "and" : "",
|
connect: advanceSearchVOList.length > 0 ? "and" : "",
|
||||||
field: item.attrField || "",
|
field: item.attrField || "",
|
||||||
@@ -4351,7 +4351,7 @@ export default {
|
|||||||
advanceSearchVOList.push({
|
advanceSearchVOList.push({
|
||||||
connect: "and",
|
connect: "and",
|
||||||
field: 'BARQ',
|
field: 'BARQ',
|
||||||
type: 'equals',
|
type: 'EQUALS',
|
||||||
value: formData.BARQ
|
value: formData.BARQ
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user