diff --git a/index.html b/index.html
index a805d9c..e1b7a20 100644
--- a/index.html
+++ b/index.html
@@ -105,11 +105,11 @@
-->
@@ -368,20 +377,7 @@
},
submit() {
- var that = this;
- let previewBox = that.dom.querySelector('.preview-box');
- let organizer = that.dom.querySelector('.organizer-name').value;
- let planStatus = that.dom.querySelector('.train-plan-status');
- let planBtn = that.dom.querySelector('.train-plan-btn');
-
- // if (!organizer) {
- // window.alert("请输入主办单位");
- // return false;
- // }
-
- previewBox.style.display = 'block';
- planStatus.style.display = 'block';
- planBtn.style.display = 'none';
+
},
// 文件上传