留言板调整

This commit is contained in:
fan 2021-03-29 11:04:18 +08:00
parent ab49d70a61
commit d3b4a73595

View File

@ -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() {