Parcourir la source

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

Lawrence il y a 5 ans
Parent
commit
fcb76a9ebc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      web_src/src/components/gb28181/chooseChannelForGb.vue

+ 1 - 1
web_src/src/components/gb28181/chooseChannelForGb.vue

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