Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
* @Author : Shiming
|
* @Author : Shiming
|
||||||
* @Date : 2022-01-25 16:03:45
|
* @Date : 2022-01-25 16:03:45
|
||||||
* @LastEditors : Shiming
|
* @LastEditors : Shiming
|
||||||
* @LastEditTime : 2022-02-22 13:33:34
|
* @LastEditTime : 2022-02-22 19:59:59
|
||||||
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\dynamic-setting\\dynamic-setting-h5\\dynamic-setting-h5.component.ts
|
* @FilePath : \\tms-obc-web\\src\\app\\shared\\components\\dynamic-setting\\dynamic-setting-h5\\dynamic-setting-h5.component.ts
|
||||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||||
*/
|
*/
|
||||||
@ -64,7 +64,6 @@ export class DynamicSettingH5Component implements OnInit {
|
|||||||
if (JSONTYPE.has(item.itemType)) {
|
if (JSONTYPE.has(item.itemType)) {
|
||||||
item.itemValue = item.itemValue ? JSON.stringify(item.itemValue) : null;
|
item.itemValue = item.itemValue ? JSON.stringify(item.itemValue) : null;
|
||||||
}
|
}
|
||||||
item.itemValue = item.itemValue ? JSON.stringify(item.itemValue) : null;
|
|
||||||
return {
|
return {
|
||||||
...item,
|
...item,
|
||||||
remark: item.remark ? JSON.stringify(item.remark) : null,
|
remark: item.remark ? JSON.stringify(item.remark) : null,
|
||||||
|
|||||||
Reference in New Issue
Block a user