|
@@ -507,7 +507,7 @@ export default {
|
|
|
let arr = []
|
|
|
for (let i = 0; i < this.searchList.length; i++) {
|
|
|
const e = this.searchList[i]
|
|
|
- if (e.conditions && e.conditions.length && e.conditions[0] && e.conditions[0].values && e.conditions[0].values.length && e.conditions[0].values[0] !== '') {
|
|
|
+ if (e.conditions && e.conditions.length && e.conditions[0] && e.conditions[0].values && e.conditions[0].values.length && e.conditions[0].values[0] !== ''&& e.conditions[0].values[0] !== 'Invalid date') {
|
|
|
let obj = {}
|
|
|
obj.cubeColumnId = e.__vModel__
|
|
|
obj.function = e.conditions[0].function
|