From c23d55414d3aadf97253418b7d198cd8ae5a6a90 Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期六, 10 八月 2024 14:19:10 +0800 Subject: [PATCH] 数采bug修复 --- static/js/worker.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/static/js/worker.js b/static/js/worker.js index aec7253..696fd94 100644 --- a/static/js/worker.js +++ b/static/js/worker.js @@ -298,8 +298,9 @@ // console.log(5555,tableList) } // console.log('1234567789', tableList,getParam()) - console.log('1234567789', item) + // console.log('1234567789', item) let getDataType0 = false + console.log('1234567789', item.i,getDataTypeId) if(item.i==getDataTypeId){ getDataType0 = true } -- Gitblit v1.9.3