|
发表于 2023-11-16 17:23:43
|
显示全部楼层
"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\n var grid \u003d data.grid; //得到过滤后的数据\r\n var 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
}
我看值都是有的 但是还是显示 数据校验未通过 |
|