From e4851d892ef2fcc7e54244ae0d66329eb9ff8eaa Mon Sep 17 00:00:00 2001 From: yujh_java Date: Sun, 28 Sep 2025 10:19:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=8A=9E=E6=B3=95=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E7=94=9F=E6=95=88=E6=97=B6=EF=BC=8C=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AE=A1=E7=90=86=E8=A6=81=E6=B1=82=E4=BD=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../js/coe.pal.processlevel.create.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js index debb226b..3c98c7b3 100755 --- a/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js +++ b/com.actionsoft.apps.coe.pal/web/com.actionsoft.apps.coe.pal/js/coe.pal.processlevel.create.js @@ -613,7 +613,11 @@ function saveDialogTableValue(tableValue,id,dom) { } function saveContent(obj) { var sid = $("#sid").val(); - var uuid = $("#id").val(); + //var uuid = $("#id").val(); + var uuidDom = $("#id"); + if (uuidDom.length === 0) { + uuidDom = parent.$('#file_attribute').contents().find("#id"); + } var id = obj.attr("id"); var jsonContent = obj.val(); var isRequired = obj.attr('isRequired')