#
whycq
2024-04-06 9dba76a130bf214aa540c8c5ffbd781590afe4f1
pages/phyz/stationManage/stationDetl.vue
@@ -139,7 +139,6 @@
         const eventChannel = this.getOpenerEventChannel();
         // 监听acceptDataFromOpenerPage事件,获取上一页面通过eventChannel传送到当前页面的数据
         eventChannel.on('item', function(data) {
            console.log(data);
            _this.station = data.item
            _this.reloadStation()
         })