提交 204096a2 编写于 作者: Skyeye云's avatar Skyeye云

【高级搜索】解决key传错的问题

上级 e07acf3e
...@@ -305,7 +305,7 @@ var initTableSearchUtil = { ...@@ -305,7 +305,7 @@ var initTableSearchUtil = {
var searchCondition = []; var searchCondition = [];
$.each(tableChooseMap, function (key, confimValue) { $.each(tableChooseMap, function (key, confimValue) {
searchCondition.push({ searchCondition.push({
"attributeKey": key, "attributeKey": key.slice(0, key.lastIndexOf(initTableSearchUtil.fileIdSuffix)),
"operator": confimValue.operator, "operator": confimValue.operator,
"attributeValue": confimValue.value "attributeValue": confimValue.value
}); });
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册