From d7e4b63134fbb434ef382453ed8d3ef4cf378808 Mon Sep 17 00:00:00 2001
From: zhangyanpeng <bob.zhang@highdatas.com>
Date: 星期三, 22 四月 2020 19:19:42 +0800
Subject: [PATCH] 界面调整

---
 src/components/popup/newProject.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/components/popup/newProject.vue b/src/components/popup/newProject.vue
index b004a5e..3c8fd49 100644
--- a/src/components/popup/newProject.vue
+++ b/src/components/popup/newProject.vue
@@ -208,8 +208,8 @@
 				  }
 				});
 				if(is_null1) {
-				 // this.loading_nextStep = true;
-				//	this.saveStep1();
+				  this.loading_nextStep = true;
+					this.saveStep1();
 				}
 				
 			//	this.xmId = "c3b7f55c800e4726b53fdc18dd994603";
@@ -335,12 +335,10 @@
 				let datas = "?datas=" + encodeURI(JSON.stringify(form_array));
 				let url = "/api/detail/updates";
 				this.$axios.get(url + datas).then(data_ => {
-					console.log(data_);
 					
 					this.add_Step = 2;
 					this.nextStepName = "瀹� 鎴�";
 				}).catch(error =>{
-						console.log(error);
 				})
 			}
 		},
@@ -355,7 +353,6 @@
 					this.$message({message:'椤圭洰鍚姩澶辫触', type: 'warning'});
 				}
 			}).catch(error =>{
-					console.log(error);
 			})
 		},
   }

--
Gitblit v1.8.0