648540858
2021-11-02 295251192aaff93ce99c784c0e4a7a0150fbd2c9
修改缩进
1个文件已修改
4 ■■■■ 已修改文件
web_src/src/components/channelList.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
web_src/src/components/channelList.vue
@@ -174,12 +174,12 @@
                method: 'get',
                url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`,
                params:{
                        page: that.currentPage,
                                    page: that.currentPage,
                        count: that.count,
                        query: that.searchSrt,
                        online: that.online,
                        channelType: that.channelType
                    }
                          }
            }).then(function (res) {
                    that.total = res.data.total;
                    that.deviceChannelList = res.data.list;