From b445128fb5bdc24f6703e7a40e9fd9f40919baf2 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期三, 03 十一月 2021 10:30:42 +0800 Subject: [PATCH] 修复订阅清理请示任务的执行时长 --- web_src/src/components/channelList.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index 3891ab5..b8633b1 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -174,12 +174,12 @@ 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; -- Gitblit v1.8.0