Browse Source

bug修改

zhouna 5 năm trước cách đây
mục cha
commit
a029ad0eaf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/js/qcScore.js

+ 1 - 1
src/js/qcScore.js

@@ -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':'';