|
|
@ -390,6 +390,13 @@ const opensearchTable = ( |
|
|
|
return |
|
|
|
} |
|
|
|
}else if(searchCondition[i].isTableRowValue){ |
|
|
|
if(searchCondition[i].required){ |
|
|
|
if (row[searchCondition[i].value] == '' ||row[searchCondition[i].value] == undefined) { |
|
|
|
message.warning(searchCondition[i].message?searchCondition[i].message:'前置条件未选择!') |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|
row[searchCondition[i].value] |
|
|
|
//查询当前table表数据的值 |
|
|
|
_searchCondition[searchCondition[i].key] = row[searchCondition[i].value] |
|
|
|
} else { |
|
|
|