zhangyanpeng
2020-04-22 d7e4b63134fbb434ef382453ed8d3ef4cf378808
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);
         })
      },
  }