Files
2026-03-16 00:40:10 +08:00

29 lines
623 B
Plaintext

{
"type": "page",
"title": "@functionName@查詢",
"body": [
{
"type": "form",
"title": "",
"initApi": {
"method": "post",
"url": "${ls:base_ip}/xapi/v2/${ls:base_db}/orm_api_v2/20/",
"data": {
"token": "${ls:token}",
"_$_tableName": "@TableName@",
"_$_pk": "@pk@",
"_id_": "${@pk@}",
"_field_": "@pk@",
"_$_action": "P",
"_$_query_filter": "1^10^@pk@^*^^"
},
"dataType": "form"
},
"actions": [],
"mode": "horizontal",
"body": [
@Fields_By_View@
]
}
]
}