From 6ee565d31a7667d5947ebba13adbf1acb5496d63 Mon Sep 17 00:00:00 2001 From: yujh Date: Tue, 3 Sep 2024 15:00:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B5=81=E7=A8=8B=E8=B5=84?= =?UTF-8?q?=E4=BA=A7=E5=BA=93=EF=BC=8C=E6=94=BE=E5=A4=A7=E9=95=9C=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.process.publish.multiple_L4.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js index 66b29339..48d494f9 100644 --- a/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js +++ b/com.actionsoft.apps.coe.pal.publisher/web/com.actionsoft.apps.coe.pal.publisher/js/coe.pal.process.publish.multiple_L4.js @@ -1268,7 +1268,7 @@ function openQueryDataDialog(type) { $(document).on('click', function(e) { debugger; //if (!e.target.closest('#autoSearchProcessDiv')) { - if (!$(e.target).closest('#autoSearchProcessDiv').length) { + if ($(e.target).closest('#autoSearchProcessDiv').length===0 && $(e.target).closest('.awsui-iconfont-buttonedit-search').length===0) { // 如果点击的目标不是.input-container或其子元素,则隐藏tooltip $("#autoSearchProcessDiv").hide(); }