소스 검색

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>