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");