留言板调整

This commit is contained in:
joylink_fanyuhong 2020-12-17 22:46:09 +08:00
parent 1e9bc8adb5
commit 0dbc19027a

View File

@ -234,7 +234,7 @@ export default {
this.group = this.$route.query.group;
this.setWindowSize();
this.initLoadData();
getPostByProjectCode(ProjectCode[this.project]).then(resp => {
getPostByProjectCode(ProjectCode[this.$route.query.project]).then(resp => {
if (resp.data) {
this.messageBoard = true;
}