您这个报错不是这段代码的报错,您可以在回调函数里增加debugger一下,看看是不是取到了数据
正确过滤到数 ...
管理大大有空能弄个教程吗实在弄不出这个效果 论坛管理员 发表于 2023-11-6 09:55
您这个报错不是这段代码的报错,您可以在回调函数里增加debugger一下,看看是不是取到了数据
正确过滤到数 ...
"filterList": [
{
"value": "啊啊",
"path": "$document.title",
"formatType": "textValue",
"logic": "and",
"comparison": "notEquals"
}
],
"parameter": {},
"count": 2000,
"bundleList": []
},
"selectList": [
{
"orderType": "original",
"column": "CA7FCBBF65000001684D1600811F1260",
"displayName": "单位",
"path": "$document.title",
"id": "CA7FCBBF65000001684D1600811F1260",
"hideColumn": false,
"code": "this.view.lookup({\r\n\"view\": \"1\",\r\n\"application\": \"1\",\r\n\"filter\": [\r\n {\r\n \"logic\":\"and\",\r\n \"path\":\"$document.title\",\r\n \"comparison\":\"like\",\r\n \"value\":\"1111\",\r\n \"formatType\":\"textValue\"\r\n }\r\n]\r\n}, function(data){\r\nvar grid \u003d data.grid; //得到过滤后的数据\r\nvar groupGrid \u003d data.groupGrid; //如果有分类,得到带分类的数据\r\n//......\r\n});",
"allowOpen": true,
"isName": false,
"groupEntry": false,
"numberOrder": false
}
],
"filterList": [],
"customFilterList": [],
"orderList": [],
"grid": [
{
"bundle": "21422206-22ab-470d-b2a1-694d514d2ae2",
"data": {
"CA7FCBBF65000001684D1600811F1260": "啊啊啊啊啊"
}
},
{
"bundle": "a82cff10-3235-4672-b681-fc0a61620a68",
"data": {
"CA7FCBBF65000001684D1600811F1260": "啊啊啊啊"
}
}
]
},
"message": "",
"date": "2023-11-16 17:20:04",
"spent": 133,
"size": -1,
"count": 0,
"position": 0
}
我看值都是有的但是还是显示 数据校验未通过
页:
1
[2]