Browse Source

newProj.vue 去序列化

master
unknown 4 years ago
parent
commit
f8b61de571
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/components_web/newProj/newProj.vue

+ 1
- 1
src/views/components_web/newProj/newProj.vue View File

@@ -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({


Loading…
Cancel
Save