diff --git a/front/src/views/capacitySquare/components/algorithm.vue b/front/src/views/capacitySquare/components/algorithm.vue index 0f3e6405..6bdc1dfe 100644 --- a/front/src/views/capacitySquare/components/algorithm.vue +++ b/front/src/views/capacitySquare/components/algorithm.vue @@ -34,7 +34,7 @@ deptIds: [], districtId: '', infoList: [{ attrType: '组件类型', attrValue: '智能算法' }], - orderField: 'visits', + orderField: 'pin_top', orderType: 'DESC', pageNum: 1, pageSize: 9, diff --git a/front/src/views/capacitySquare/components/layer.vue b/front/src/views/capacitySquare/components/layer.vue index 9aa94b6a..d7402c30 100644 --- a/front/src/views/capacitySquare/components/layer.vue +++ b/front/src/views/capacitySquare/components/layer.vue @@ -35,7 +35,7 @@ deptIds: [], districtId: '', infoList: [{ attrType: '组件类型', attrValue: '图层服务' }], - orderField: 'visits', + orderField: 'deptSort', orderType: 'DESC', pageNum: 1, pageSize: 9,