wuhongyu 5 年之前
父节点
当前提交
54e6f7ea91
共有 1 个文件被更改,包括 2 次插入2 次删除
  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: {