{ "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@ ] } ] }