| | |
| | | } |
| | | }); |
| | | if(is_null1) { |
| | | // this.loading_nextStep = true; |
| | | // this.saveStep1(); |
| | | this.loading_nextStep = true; |
| | | this.saveStep1(); |
| | | } |
| | | |
| | | // this.xmId = "c3b7f55c800e4726b53fdc18dd994603"; |
| | |
| | | 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); |
| | | }) |
| | | } |
| | | }, |
| | |
| | | this.$message({message:'项目启动失败', type: 'warning'}); |
| | | } |
| | | }).catch(error =>{ |
| | | console.log(error); |
| | | }) |
| | | }, |
| | | } |