Parcourir la source

传值错误修改

haojianlong il y a 4 ans
Parent
commit
ae40d69217
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/Legend/src/legend.vue

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

@@ -165,7 +165,7 @@ export default {
             console.log(this.fmapID)
             const { conf } = window.__systemConf,
                 { editerUrl } = conf
-            let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapID=${this.fmapID}'`
+            let data = `categoryId=${categoryId}&projectId=${this.plazaId}&BuildingID=1&FloorID=${FloorID}&fmapID=${this.fmapID}`
             let url = editerUrl + 'editer?' + encodeURIComponent(data)
             window.open(url, true)
         },