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