From d974581dc1111591c1603a920babf6a3dff24428 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 16:13:40 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=B7=B2=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/project_estimate_edit.ftl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 738fde1..0f746af 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -1016,6 +1016,7 @@ //设置服务器返回的url $("#collaboratorUrl").val(data.result.data.url); $("#collaboratorUrl_span").text(data.result.data.url); + $("#collaboratorUrl_check").text("已上传"); // console.log("collboratorUrl: " + $("#collaboratorUrl").val()); setTimeout(function () { progressArea.addClass("am-hide");