From 3ae16e46f29915333f724933f28bead6e1fd8567 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 18:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= 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 b09eccd..630bfde 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -710,6 +710,7 @@ var startTime = $("#startDate").val(); var endTime = $("#endDate").val(); var underwrittenMode = $("#underwrittenMode").val(); + var cooperateType = $("#cooperateType").val(); var collaborator = $("#collaborator").val(); var collaboratorUrl = $("#collaboratorUrl").val(); var advanceInterestAmount = $("#advanceInterestAmount").val();