wuhongyu 5 năm trước cách đây
mục cha
commit
54e6f7ea91
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/detail/semDetail.vue

+ 2 - 2
src/views/detail/semDetail.vue

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