#
whycq
2023-11-20 f14e736c5448da6a5433da12be8f7e64617cf0f7
pages/business/plan/planDetails.vue
@@ -107,12 +107,26 @@
         }
      },
      onLoad(option) { 
         this.id = option.id
         this.init()
         this.autoLoad('follower','')
         setTimeout(()=>{
            // this.getFollowers()
         },500)
         if (option == '') {
            this.id = option.id
            this.init()
            this.autoLoad('follower','')
            setTimeout(()=>{
               this.getFollowers()
            },500)
         } else {
            let _this = this
            const eventChannel = this.getOpenerEventChannel();
            eventChannel.on('saleManage', function(data) {
               _this.id = data.data
               console.log(data.data);
            })
            this.init()
            this.autoLoad('follower','')
            setTimeout(()=>{
               this.getFollowers()
            },500)
         }
      },
      methods: {
         init() {