From 996e3e343760bcfa23b55138f85abd62d6ebfb22 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期三, 25 十二月 2024 09:02:07 +0800 Subject: [PATCH] 报告预览调试 --- static/js/worker.js | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/static/js/worker.js b/static/js/worker.js index 903a316..e618e24 100644 --- a/static/js/worker.js +++ b/static/js/worker.js @@ -167,6 +167,7 @@ }else{ // 濡傛灉涓嶄负绌猴紝鍒欏垽鏂綋鍓嶇粨璁哄氨闇�瑕佽繘琛屽垽鏂� //瑕佹眰鍊间负-锛�/锛屸�旓紝鍒欑粨璁鸿缃负涓嶅垽瀹氾紝缁撹璧嬪�间负3 + console.log(3333,ask) if(ask[0]=='-' || ask[0]=='/' || ask[0]=='鈥�'){ item.v.v = 3 list.forEach(a => { @@ -364,9 +365,11 @@ value:{ tableList,// 琛ㄦ牸鏁版嵁 param:getParam(),//浼犵粰鍚庣鐨勫弬鏁� - getDataTypeId:getDataType0?getDataTypeId:'' + getDataTypeId:getDataType0?getDataTypeId:'', + currentInsItemId: item.i,// 褰撳墠妫�楠岄」鐨刬d } } + console.log('result---', result) // 鍙戞秷鎭粰涓荤嚎绋� self.postMessage(JSON.stringify(result)) } -- Gitblit v1.9.3