|
@@ -1441,7 +1441,7 @@ |
|
|
|
|
|
|
|
|
const res = await templateService.queryTemplateNodeByTemplateId(this.selectTemlateID);
|
|
|
const res = await templateService.queryTemplateNodeByTemplateId(this.selectTemlateID);
|
|
|
this.checkNewProjData.Node = res.Data;
|
|
|
this.checkNewProjData.Node = res.Data;
|
|
|
this.$fetchApi('project/CreateProject', JSON.stringify(this.checkNewProjData)).then(res => {
|
|
|
|
|
|
|
|
|
this.$fetchApi('project/CreateProject', this.checkNewProjData).then(res => {
|
|
|
console.log(res);
|
|
|
console.log(res);
|
|
|
if(res.Code === 0) {
|
|
|
if(res.Code === 0) {
|
|
|
thisApp.$notify({
|
|
|
thisApp.$notify({
|
|
|