|
@@ -504,12 +504,13 @@ let rptSignatureHelper = {
|
|
sCell.path = sCell.pre_path;
|
|
sCell.path = sCell.pre_path;
|
|
delete sCell.pre_path;
|
|
delete sCell.pre_path;
|
|
}
|
|
}
|
|
|
|
+ for (let role of ROLE_REL_LIST) {
|
|
|
|
+
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (hasStamp) {
|
|
|
|
- resetStampSignature(zTreeOprObj.currentRptPageRst, ROLE_REL_LIST);
|
|
|
|
- }
|
|
|
|
|
|
+ resetStampSignature(zTreeOprObj.currentRptPageRst, ROLE_REL_LIST);
|
|
if (PAGE_SHOW.isTextSignature) {
|
|
if (PAGE_SHOW.isTextSignature) {
|
|
resetTextSignature(zTreeOprObj.currentRptPageRst);
|
|
resetTextSignature(zTreeOprObj.currentRptPageRst);
|
|
}
|
|
}
|