tencentcloud-sdk-nodejs-essbasic 4.1.218 → 4.1.222
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6009,6 +6009,15 @@ FormField输入示例:
|
|
|
6009
6009
|
"ComponentValue": "选择的内容"
|
|
6010
6010
|
}
|
|
6011
6011
|
```
|
|
6012
|
+
多选用“、”分割
|
|
6013
|
+
```
|
|
6014
|
+
FormField输入示例:
|
|
6015
|
+
{
|
|
6016
|
+
"ComponentId": "componentId1",
|
|
6017
|
+
"ComponentValue": "选择的内容1、选择的内容2"
|
|
6018
|
+
}
|
|
6019
|
+
```
|
|
6020
|
+
|
|
6012
6021
|
|
|
6013
6022
|
当控件的 ComponentType='DATE'时,FormField.ComponentValue填入日期内容;
|
|
6014
6023
|
|