Browse Source

code sync

Tony Kang 1 year ago
parent
commit
e543531605
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/reports/rpt_component/jpc_ex.js

+ 2 - 2
app/reports/rpt_component/jpc_ex.js

@@ -433,8 +433,8 @@ JpcExSrv.prototype.createNew = function() {
                         rst[JV.PROP_SIGNATURE_CELLS] = me.flowTabEx.signatureRst;
                         rst[JV.PROP_SIGNATURE_DATE_CELLS] = me.flowTabEx.signatureDateRst;
                         rst[JV.PROP_SIGNATURE_AUDIT_CELLS] = me.flowTabEx.signatureAuditRst;
-                        rst[JV.PROP_INTERACT_CELLS] = me.flowTab.interactRst;
-                        rst[JV.PROP_FIGURE_CELLS] = me.flowTab.figureRst;
+                        rst[JV.PROP_INTERACT_CELLS] = me.flowTabEx.interactRst;
+                        rst[JV.PROP_FIGURE_CELLS] = me.flowTabEx.figureRst;
                     }
                 }
             } else if (me.crossTab) {