留言板调整
This commit is contained in:
parent
1e9bc8adb5
commit
0dbc19027a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user