From 331924e14e89e927a794df40e5cb3a891466b18c Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Mon, 15 Aug 2022 18:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E5=B9=BF=E5=9C=BA=E6=8E=92?= =?UTF-8?q?=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/capacitySquare/components/algorithm.vue | 2 +- front/src/views/capacitySquare/components/layer.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,