소스 검색

newProj.vue 去序列化

master
unknown 4 년 전
부모
커밋
f8b61de571
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/components_web/newProj/newProj.vue

+ 1
- 1
src/views/components_web/newProj/newProj.vue 파일 보기

@@ -1441,7 +1441,7 @@
const res = await templateService.queryTemplateNodeByTemplateId(this.selectTemlateID);
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);
if(res.Code === 0) {
thisApp.$notify({


불러오는 중...
취소
저장