Browse Source

修改缩进

648540858 4 năm trước cách đây
mục cha
commit
295251192a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      web_src/src/components/channelList.vue

+ 2 - 2
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;