Explorar el Código

传值错误修改

haojianlong hace 4 años
padre
commit
ae40d69217
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)
         },