|
@@ -1375,8 +1375,8 @@ module.exports = {
|
|
|
resetDummuySignature(pageData, thisRoleRel); // 把草图转换一下roleRel
|
|
|
// console.log(thisRoleRel);
|
|
|
|
|
|
- // const hasSignature = false; // 暂时不支持电子签名、草图导出excel
|
|
|
- const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
|
|
|
+ const hasSignature = false; // 暂时不支持电子签名、草图导出excel
|
|
|
+ // const hasSignature = _checkAndSetSignatureCache(pageData, signKeyArr, signPathArr, thisRoleRel, signSheetIdxArr); // 因草图的关系,thisRoleRel是否为null就不是充要的条件
|
|
|
// console.log('signKeyArr');
|
|
|
// console.log(signKeyArr);
|
|
|
// console.log('signPathArr');
|