Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.CadastralSystem
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
fc890241
authored
2020-12-09 16:29:53 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
查询结果展示 数据报错
1 parent
d6ec1003
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/systemTX/map.vue
src/views/systemTX/map.vue
View file @
fc89024
...
...
@@ -76,7 +76,7 @@ export default {
},
mixins
:[
mapLayerManager
,
findTask
],
mounted
(){
var
query
=
self
.
$route
.
query
;
var
query
=
this
.
$route
.
query
;
if
(
query
&&
JSON
.
stringify
(
query
)
!=
"{}"
){
//self.addGeoByBsm(query.bsm,query.type,self.viewId);
if
(
query
.
type
==
'zd'
){
...
...
@@ -202,7 +202,7 @@ export default {
delete
feature
.
attributes
[
key
]
}
}
layerResult
.
features
.
push
(
feature
);
layerResult
[
0
]
.
features
.
push
(
feature
);
}
else
{
if
(
layer
){
this
.
resultLayers
.
push
({
...
...
Please
register
or
sign in
to post a comment