Commit 295251192aaff93ce99c784c0e4a7a0150fbd2c9
1 parent
3b21f385
修改缩进
Showing
1 changed file
with
2 additions
and
2 deletions
web_src/src/components/channelList.vue
| ... | ... | @@ -174,12 +174,12 @@ export default { |
| 174 | 174 | method: 'get', |
| 175 | 175 | url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`, |
| 176 | 176 | params:{ |
| 177 | - page: that.currentPage, | |
| 177 | + page: that.currentPage, | |
| 178 | 178 | count: that.count, |
| 179 | 179 | query: that.searchSrt, |
| 180 | 180 | online: that.online, |
| 181 | 181 | channelType: that.channelType |
| 182 | - } | |
| 182 | + } | |
| 183 | 183 | }).then(function (res) { |
| 184 | 184 | that.total = res.data.total; |
| 185 | 185 | that.deviceChannelList = res.data.list; | ... | ... |