const params = {
formUuid: 'FORM',
searchFieldJson:JSON.stringify([{
"type":"TEXT",
"operator":"eq",
"componentName":"TextField",
"key":"textField_xxxxxx",
"value":"aaaaa"
}])
}
this.dataSourceMap.getDatas.load(params).then(ret=>{
console.log(res)
})
发表评论 取消回复