#
whycq
2024-04-07 7d58d081317f43acbeadd0af4f410bb38483c0b0
#
2个文件已修改
4 ■■■■ 已修改文件
pages/phyz/stationManage/stationDetl.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationManage.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/stationManage/stationDetl.vue
@@ -147,7 +147,6 @@
            // 更新站点
            reloadStation()  {
                let _this = this
                console.log(_this.station.devNo);
                _this.reload.loading = true
                _this.reload.loadingText = '更新中...'
                uni.request({
pages/phyz/stationManage/stationManage.vue
@@ -140,7 +140,6 @@
            },
            // 获取暂存位
            getBasDevp(type) {
                console.log(this.searchValue);
                let _this = this
                uni.request({
                    url: `${_this.baseUrl}/agv/basDevp/list/auth`,
@@ -372,13 +371,11 @@
            },
            // 前往站点明细页面
            getOrderDetl(e) {
                console.log(e);
                let _this = this
                uni.navigateTo({
                    url: "./stationDetl",
                    success: function(res) {
                        // 通过eventChannel向被打开页面传送数据   向另外一个页面传递值的
                        console.log(e);
                        res.eventChannel.emit('item', {
                            item: e
                        }),