Browse Source

修改缩进

pull/212/head
648540858 3 years ago
parent
commit
295251192a
  1. 4
      web_src/src/components/channelList.vue

4
web_src/src/components/channelList.vue

@ -174,12 +174,12 @@ export default {
method: 'get', method: 'get',
url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`, url: `/api/device/query/devices/${this.$route.params.deviceId}/channels`,
params:{ params:{
page: that.currentPage, page: that.currentPage,
count: that.count, count: that.count,
query: that.searchSrt, query: that.searchSrt,
online: that.online, online: that.online,
channelType: that.channelType channelType: that.channelType
} }
}).then(function (res) { }).then(function (res) {
that.total = res.data.total; that.total = res.data.total;
that.deviceChannelList = res.data.list; that.deviceChannelList = res.data.list;

Loading…
Cancel
Save