From c492bdd449b0c00f9107a63a8995adfbd7d7fcfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com>
Date: Sun, 8 Mar 2020 14:16:21 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 public/react/src/redux/actions/ojForm.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/public/react/src/redux/actions/ojForm.js b/public/react/src/redux/actions/ojForm.js
index 05c28b07d..b11c99a8b 100644
--- a/public/react/src/redux/actions/ojForm.js
+++ b/public/react/src/redux/actions/ojForm.js
@@ -167,7 +167,6 @@ export const validateOjForm = (props, type, cb) => {
       });
       tcValidResult.push(tempObj);
     });
-    
 		 try {
 		 if(ojForm.sub_discipline_id.length===0){
 				 hasSuccess = false;