文档
测试
GET
{{host}}/api/ynl-unit/my-dryer/operation

说明 / 示例

{ "filters": [ { "type": "input", "field": "name", "title": "名称", "value": "", "props": { "type": "text", "placeholder": "请输入名称", "clearable": true }, "validate": [], "col": [], "extends": [] }, { "type": "input", "field": "code", "title": "编码", "value": "", "props": { "type": "text", "placeholder": "请输入编码", "clearable": true }, "validate": [], "col": [], "extends": [] }, { "type": "input", "field": "description", "title": "描述", "value": "", "props": { "type": "text", "placeholder": "请输入描述", "clearable": true }, "validate": [], "col": [], "extends": [] }, { "type": "hidden", "field": "_token", "value": "2kzIc6eH9f1IfrKfMXDYHeW1a3AtGFcrNdJWVKbY" } ], "lw_tools": [ { "action": "add", "class": "", "innerText": "新增", "page": null, "dataUrl": "http://jjcoldchain.test/api/ynl-unit/my-dryer/create", "dataMethod": "get", "type": null, "params": null, "size": "", "template": null } ], "title": "烘干设备", "meta": { "fields": [ { "label": "名称", "value": "name" }, { "label": "编码", "value": "code" }, { "label": "类型", "value": "type" }, { "label": "描述", "value": "description" } ] } }