修改缩进

pull/212/head
648540858 2021-11-02 11:00:22 +08:00
parent 3b21f385cd
commit 295251192a
1 changed files with 2 additions and 2 deletions

View File

@ -174,12 +174,12 @@ export default {
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;