This commit is contained in:
shijingjing
2023-02-17 09:49:54 +08:00
parent d237e7a72b
commit 23fa2e3140

View File

@@ -117,6 +117,7 @@ export default {
if(res.code==0) { if(res.code==0) {
this.flag = false this.flag = false
this.showSend = false this.showSend = false
this.content = ''
this.getComment() this.getComment()
this.getDetail() this.getDetail()
} }