@@ -578,6 +578,12 @@ JpcCrossTabSrv.prototype.createNew = function() {
let rst = [];
const tabRstLst = [];
const unitFactor = JpcCommonHelper.getUnitFactor(rptTpl);
+ // 电子签名内容需要先清空
+ me.signatureRst = [];
+ me.signatureDateRst = [];
+ me.signatureAuditRst = [];
+ me.interactRst = [];
+
if (me.paging_option === JV.PAGING_OPTION_INFINITY) {
// 交叉表不支持这种方式
} else {