|
@@ -336,6 +336,8 @@ export default {
|
|
|
this.$api.project.folderAdd(this.folderInfo).then(res => {
|
|
this.$api.project.folderAdd(this.folderInfo).then(res => {
|
|
|
if (res.code === 200) {
|
|
if (res.code === 200) {
|
|
|
this.addShow = false
|
|
this.addShow = false
|
|
|
|
|
+ this.folderInfo.title = ''
|
|
|
|
|
+ this.folderInfo.dictKey = 1
|
|
|
this.$message.success(res.msg)
|
|
this.$message.success(res.msg)
|
|
|
this.getFolderList()
|
|
this.getFolderList()
|
|
|
} else {
|
|
} else {
|