|
@@ -316,7 +316,7 @@ let zTreeOprObj = {
|
|
|
JpcCanvasOutput.cleanCanvas(canvas);
|
|
|
JpcCanvasOutput.drawPageBorder(me.currentRptPageRst, canvas, getScreenDPI());
|
|
|
}
|
|
|
- if (is_debug) {
|
|
|
+ if (is_debug && result.debugInfo) {
|
|
|
console.log('含有key的debug信息:');
|
|
|
for (const k in result.debugInfo.key) {
|
|
|
console.log(k + ':', ...result.debugInfo.key[k]);
|