Browse Source

修正初次打开通道选择列表每页数量不对的问题

pull/38/head
Lawrence 4 years ago
parent
commit
fcb76a9ebc
  1. 2
      web_src/src/components/gb28181/chooseChannelForGb.vue

2
web_src/src/components/gb28181/chooseChannelForGb.vue

@ -72,7 +72,7 @@ export default {
online: "",
choosed: "",
currentPage: 0,
count: 15,
count: 10,
total: 0,
eventEnanle: false

Loading…
Cancel
Save