diff --git a/src/views/ProjectInfo.vue b/src/views/ProjectInfo.vue index 58cf2db..447a127 100644 --- a/src/views/ProjectInfo.vue +++ b/src/views/ProjectInfo.vue @@ -632,7 +632,8 @@ export default { }, onEdited() { this.editProjectDialogVisible = false - this.getProjectInfo() + this.$emit("created"); + //this.getProjectInfo() }, formatDate(date) { if (date)