From 295251192aaff93ce99c784c0e4a7a0150fbd2c9 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: Tue, 2 Nov 2021 11:00:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BC=A9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web_src/src/components/channelList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index 3891ab53..b8633b1d 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -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;