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