Browse Source

bugfix:处理弹框自动弹出问题

leo 1 year ago
parent
commit
f2deb5ce29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/claimCloudPhone/inviteeExits.vue

+ 1 - 1
pages/claimCloudPhone/inviteeExits.vue

@@ -81,7 +81,7 @@ export default {
   },
   },
   data() {
   data() {
     return {
     return {
-      visible: true,
+      visible: false,
     };
     };
   },
   },
   components: { layout },
   components: { layout },