解决了修改项目信息不刷新的问题
parent
edc6752f55
commit
6be4f0f9a5
|
@ -632,7 +632,8 @@ export default {
|
||||||
},
|
},
|
||||||
onEdited() {
|
onEdited() {
|
||||||
this.editProjectDialogVisible = false
|
this.editProjectDialogVisible = false
|
||||||
this.getProjectInfo()
|
this.$emit("created");
|
||||||
|
//this.getProjectInfo()
|
||||||
},
|
},
|
||||||
formatDate(date) {
|
formatDate(date) {
|
||||||
if (date)
|
if (date)
|
||||||
|
|
Loading…
Reference in New Issue