|
@@ -348,7 +348,7 @@ function formatFlawKeys(data){
|
|
|
|
|
|
//基础类型结构生成
|
|
|
function simpleStructure(data){
|
|
|
- const {name, val,addLine,position,bold,retract} = data;
|
|
|
+ const {name, val,addLine,position,bold,retract,id} = data;
|
|
|
const posClass = position===1?'text-left':'';
|
|
|
const boldClass = bold===1?'text-bold':'';
|
|
|
const retractClass = retract===1?'text-indent':'';
|