fix:页头 project编辑 点击bug修正

This commit is contained in:
wangwenrui
2020-01-07 18:11:54 +08:00
parent aaf608bb7d
commit fdf70416b9

View File

@@ -437,7 +437,7 @@
})
},
toEditProject(p) {
this.$refs.projectBox.show(true);
this.$refs.projectBox.show(true,true);
this.editProject = Object.assign({}, p);
},
panelListReload(){