Merge remote-tracking branch 'origin/codeCheck' into codeCheck

This commit is contained in:
chenjinsong
2020-01-08 09:17:25 +08:00

View File

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