Explorar el Código

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

lk hace 2 años
padre
commit
10945c376a
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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>