feat: There is no way the, 企标高级检索 备案日期 多条件查询
This commit is contained in:
+2
-2
@@ -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
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user