Browse Source

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

lk 2 năm trước cách đây
mục cha
commit
10945c376a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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>