feat: There is no way the, 企标高级检索 备案日期 多条件查询

This commit is contained in:
super_liu
2022-03-01 14:08:00 +08:00
parent cc92aa180c
commit 4c4c7932ca
@@ -4338,7 +4338,7 @@ export default {
type: 'like',
value: value
});
}else if (value !== undefined && value !== null && value !== "") {
}else if (value !== undefined && value !== null && value !== "" && item.attrField !== 'BARQ') {
advanceSearchVOList.push({
connect: advanceSearchVOList.length > 0 ? "and" : "",
field: item.attrField || "",
@@ -4351,7 +4351,7 @@ export default {
advanceSearchVOList.push({
connect: "and",
field: 'BARQ',
type: 'equals',
type: 'EQUALS',
value: formData.BARQ
});
}