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,12 +174,12 @@ export default { | ||
| 174 | method: 'get', | 174 | method: 'get', |
| 175 | url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`, | 175 | url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`, |
| 176 | params:{ | 176 | params:{ |
| 177 | - page: that.currentPage, | 177 | + page: that.currentPage, |
| 178 | count: that.count, | 178 | count: that.count, |
| 179 | query: that.searchSrt, | 179 | query: that.searchSrt, |
| 180 | online: that.online, | 180 | online: that.online, |
| 181 | channelType: that.channelType | 181 | channelType: that.channelType |
| 182 | - } | 182 | + } |
| 183 | }).then(function (res) { | 183 | }).then(function (res) { |
| 184 | that.total = res.data.total; | 184 | that.total = res.data.total; |
| 185 | that.deviceChannelList = res.data.list; | 185 | that.deviceChannelList = res.data.list; |