From b6512a4dd1989fd594dc24cf8c2b24e314bdfec4 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 18:02:26 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/admin/project_estimate_edit.ftl b/src/main/resources/templates/admin/project_estimate_edit.ftl index 61e4ddb..b09eccd 100644 --- a/src/main/resources/templates/admin/project_estimate_edit.ftl +++ b/src/main/resources/templates/admin/project_estimate_edit.ftl @@ -791,7 +791,7 @@ // return; // } - if (underwrittenMode == 1 && (collaborator == undefined || collaborator.length <= 0 )) { + if (cooperateType == 1 && (collaborator == undefined || collaborator.length <= 0 )) { window.confirm('合作对象不能为空'); check = 1; return;