|
|
@@ -941,74 +941,4 @@
|
|
|
<td>JSONArray</td>
|
|
|
<td>数据,具体字段请参照[数据字典](#面板实例数据字典)</td>
|
|
|
</tr>
|
|
|
-</table>
|
|
|
-
|
|
|
-## 保存到桌面
|
|
|
-- 路径
|
|
|
-`
|
|
|
-/panelInstance/save/toDesktop
|
|
|
-`
|
|
|
-
|
|
|
-- 参数
|
|
|
-<table border=0 cellpadding=5 cellspacing=0>
|
|
|
- <tr style="color:#fff">
|
|
|
- <th>参数名</th>
|
|
|
- <th>参数类型</th>
|
|
|
- <th>描述</th>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>json</td>
|
|
|
- <td>JSON</td>
|
|
|
- <td>json 中的字段请参照[数据字典](#面板实例数据字典),与原实例结构相同,包括原实例的 code</td>
|
|
|
- </tr>
|
|
|
-</table>
|
|
|
-
|
|
|
-- 返回值
|
|
|
- json 类型,具体字段请参照[数据字典](#面板实例数据字典)
|
|
|
- 示例:
|
|
|
- ``` json
|
|
|
- {
|
|
|
- "autoGenerated": true,
|
|
|
- "code": "5DE1412AC11",
|
|
|
- "createTime": 1508400693931,
|
|
|
- "iconCls": "grid-shortcut",
|
|
|
- "lastModified": 1508400693931,
|
|
|
- "name": "name2",
|
|
|
- "panelCode": "5DE01A51E11",
|
|
|
- "parameters": [
|
|
|
- {
|
|
|
- "createTime": 1508399982885,
|
|
|
- "lastModified": 1508399982885,
|
|
|
- "optionalValues": [
|
|
|
- "值1",
|
|
|
- "值2"
|
|
|
- ],
|
|
|
- "defaultOptionalValueIndex": 1,
|
|
|
- "name": "参数1",
|
|
|
- "code": "5DE09392515",
|
|
|
- "inputMode": "DropDownBox",
|
|
|
- "type": "String",
|
|
|
- "panelCode": "5DE01A51E11",
|
|
|
- "version": 1
|
|
|
- }, {
|
|
|
- "createTime": 1508400015990,
|
|
|
- "lastModified": 1508400015990,
|
|
|
- "optionalValues": [
|
|
|
- "值1",
|
|
|
- "值2"
|
|
|
- ],
|
|
|
- "defaultOptionalValueIndex": 1,
|
|
|
- "name": "参数2",
|
|
|
- "code": "5DE09BA761A",
|
|
|
- "inputMode": "DropDownBox",
|
|
|
- "type": "String",
|
|
|
- "panelCode": "5DE01A51E11",
|
|
|
- "version": 1
|
|
|
- }
|
|
|
- ],
|
|
|
- "refreshFrequency": 5,
|
|
|
- "switchFrequency": 10,
|
|
|
- "userCode": "52AC4B91C12",
|
|
|
- "version": 1
|
|
|
- }
|
|
|
- ```
|
|
|
+</table>
|