فهرست منبع

fix(跟进评论): 页面关闭按钮无效bug修复

lk 2 سال پیش
والد
کامیت
10945c376a
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      src/components/postComments/index.vue

+ 3 - 1
src/components/postComments/index.vue

@@ -71,7 +71,9 @@
         })
       },
       handleSub() {},
-      handleClose() {},
+      handleClose() {
+        this.visible = false
+      },
     },
   }
 </script>