|
@@ -143,8 +143,8 @@ export default {
|
|
let data = this.form;
|
|
let data = this.form;
|
|
let res = await this.commentCreate(data);
|
|
let res = await this.commentCreate(data);
|
|
console.log(res);
|
|
console.log(res);
|
|
- // this.$checkRes(res, '评论成功', '评论失败');
|
|
|
|
- // this.search();
|
|
|
|
|
|
+ this.$checkRes(res, '评论成功', '评论失败');
|
|
|
|
+ this.search();
|
|
},
|
|
},
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|