Pārlūkot izejas kodu

查询草稿箱数量 接口Filters字段 floorId 拼单引号

yunxing 4 gadi atpakaļ
vecāks
revīzija
85519d39c0
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/Legend/src/legend.vue

+ 1 - 1
src/components/Legend/src/legend.vue

@@ -171,7 +171,7 @@ export default {
                 floorId = this.$cookie.get('floorMapId'),
                 data = {
                     Distinct: true,
-                    Filters: `projectId=${this.plazaId};isPub=false;floorId=${floorId}`,
+                    Filters: `projectId=${this.plazaId};isPub=false;floorId='${floorId}'`,
                     PageNumber: 1,
                     PageSize: 500,
                     Projection: ['floorId']