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: {