diff --git a/web_src/src/components/channelList.vue b/web_src/src/components/channelList.vue index 7828678a..f0194ee6 100644 --- a/web_src/src/components/channelList.vue +++ b/web_src/src/components/channelList.vue @@ -93,9 +93,15 @@ - + @@ -165,12 +171,8 @@ export default { }) }, handleSizeChange: function (val) { - var url = `/${this.$router.currentRoute.name}/${this.$router.params.deviceId}/${this.$router.params.parentChannelId}/${val}/1` - this.$router.push(url).then(() => { - this.initParam(); - this.initData(); - }) - + this.count = val; + this.getDeviceChannelList(); }, getDeviceChannelList: function () { let that = this;