|
|
@@ -236,6 +236,7 @@ export default {
|
|
|
this.folderInfo.projectId = this.id
|
|
|
this.folderInfo.projectStageId = this.projectStageId
|
|
|
this.folderInfo.dictKey = this.dictKey
|
|
|
+ this.folderInfo.parentId = 0
|
|
|
this.$api.project.folderAdd(this.folderInfo).then(res => {
|
|
|
if (res.code === 200) {
|
|
|
this.addShow = false
|