fix:control style lost after saved
This commit is contained in:
@@ -116,6 +116,7 @@ export function formatElementList(elementList: IElement[], options: IFormatEleme
|
|||||||
for (let e = 0; e < valueStrList.length; e++) {
|
for (let e = 0; e < valueStrList.length; e++) {
|
||||||
const value = valueStrList[e]
|
const value = valueStrList[e]
|
||||||
elementList.splice(i, 0, {
|
elementList.splice(i, 0, {
|
||||||
|
...element,
|
||||||
controlId,
|
controlId,
|
||||||
value,
|
value,
|
||||||
type: el.type,
|
type: el.type,
|
||||||
|
|||||||
Reference in New Issue
Block a user