From ff017259dac281ca30195b4d2d337f14c24f9332 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 19 十二月 2024 14:16:25 +0800
Subject: [PATCH] 完成cnas8.7搬迁
---
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