From b029950011b4d50aecba13fc9057e095269534f2 Mon Sep 17 00:00:00 2001 From: wans <747101512@qq.com> Date: Thu, 3 Jun 2021 15:19:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E8=80=83=E8=AF=95=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E5=9B=BE=E7=89=87=E5=92=8CPDF=E5=BF=85=E5=A1=AB?= =?UTF-8?q?=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/route/classplan/save-exam-commit.html | 12 ++---------- .../static/route/classplan/update-exam-commit.html | 12 ++---------- 2 files changed, 4 insertions(+), 20 deletions(-) diff --git a/src/main/resources/static/route/classplan/save-exam-commit.html b/src/main/resources/static/route/classplan/save-exam-commit.html index fd79403..754c85f 100644 --- a/src/main/resources/static/route/classplan/save-exam-commit.html +++ b/src/main/resources/static/route/classplan/save-exam-commit.html @@ -19,7 +19,7 @@
- +
@@ -51,7 +51,7 @@
- +
@@ -263,14 +263,6 @@ // 提交表单 form.on('submit(submitForm)', function(formData) { - if(formData.field['examImages'] == ''){ - top.dialog.msg('请上传考试申请图片资料'); - return; - } - if(formData.field['examPDF'] == ''){ - top.dialog.msg('请上传考试申请PDF资料'); - return; - } top.dialog.confirm(top.dataMessage.commit, function(index) { top.dialog.close(index); var loadLayerIndex; diff --git a/src/main/resources/static/route/classplan/update-exam-commit.html b/src/main/resources/static/route/classplan/update-exam-commit.html index 023c6ca..f511c82 100644 --- a/src/main/resources/static/route/classplan/update-exam-commit.html +++ b/src/main/resources/static/route/classplan/update-exam-commit.html @@ -20,7 +20,7 @@
- +
@@ -52,7 +52,7 @@
- +
@@ -285,14 +285,6 @@ // 提交表单 form.on('submit(submitForm)', function(formData) { - if(formData.field['examImages'] == ''){ - top.dialog.msg('请上传考试申请图片资料'); - return; - } - if(formData.field['examPDF'] == ''){ - top.dialog.msg('请上传考试申请PDF资料'); - return; - } top.dialog.confirm(top.dataMessage.commit, function(index) { top.dialog.close(index); var loadLayerIndex;