#
whycq
2023-11-23 47f2f0e92301f5c0894f0a7884bc1c6e56a2c73e
pages/business/plan/planDetails.vue
@@ -120,13 +120,15 @@
         }
      },
      onLoad(option) { 
         if (option != '') {
         console.log(option);
         if (JSON.stringify(option) != "{}") {
            this.id = option.id
            this.init()
         } else {
            let _this = this
            const eventChannel = this.getOpenerEventChannel();
            eventChannel.on('saleManage', function(data) {
               console.log(data);
               _this.id = data.data
               _this.init()
            })