留言板调整
This commit is contained in:
parent
ab49d70a61
commit
d3b4a73595
@ -144,12 +144,10 @@ export default {
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
if (this.project) {
|
|
||||||
getPostByProjectCode(this.projectCode).then(resp => {
|
getPostByProjectCode(this.projectCode).then(resp => {
|
||||||
this.postId = resp.data.id;
|
this.postId = resp.data.id;
|
||||||
});
|
});
|
||||||
this.handleCurrentChange();
|
this.handleCurrentChange();
|
||||||
}
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
commitComment() {
|
commitComment() {
|
||||||
|
Loading…
Reference in New Issue
Block a user