提交 816df3b6 编写于 作者: H HuangXW

适配formInfo的新字段

Signed-off-by: NHuangXW <huangxinwei4@huawei.com>
Change-Id: I114d494738ef73b7abf27a641cbc49bc58d12b15
上级 902d4d84
......@@ -35,7 +35,8 @@ let module1FormInfo: formInfo.FormInfo = {
updateDuration: 1,
defaultDimension:2,
supportDimensions:[2],
customizeData: {}
customizeData: {},
isDynamic: true
}
let module2FormInfo: formInfo.FormInfo = {
......@@ -56,7 +57,8 @@ let module2FormInfo: formInfo.FormInfo = {
updateDuration: 1,
defaultDimension:2,
supportDimensions:[2],
customizeData: {}
customizeData: {},
isDynamic: true
}
const ERR_ADD_INVALID_PARAM = 401;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册