Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
Z
zhxf_vue
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
葛齐林
zhxf_vue
Commits
f76ce8aa
Commit
f76ce8aa
authored
May 20, 2021
by
co_dengxiongwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面调整
parent
6b72ca17
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
13 deletions
+8
-13
index.vue
src/pages/ol/demo/index.vue
+8
-13
No files found.
src/pages/ol/demo/index.vue
View file @
f76ce8aa
...
@@ -640,20 +640,10 @@ export default {
...
@@ -640,20 +640,10 @@ export default {
this
.
$message
.
warning
(
'只能收藏资源点'
)
this
.
$message
.
warning
(
'只能收藏资源点'
)
return
return
}
}
let
dForm
=
{}
let
dForm
=
{
if
(
node
.
isDefence
&&
node
.
level
==
6
)
{
//如果是防区
dForm
=
{
resourceId
:
node
.
id
,
resourceId
:
node
.
id
,
byx1
:
'1'
,
stationId
:
this
.
checkedData
.
sId
stationId
:
this
.
checkedData
.
sId
}
}
}
else
{
dForm
=
{
resourceId
:
node
.
id
,
stationId
:
this
.
checkedData
.
sId
}
}
this
.
$http
({
this
.
$http
({
url
:
this
.
$http
.
adornUrlEq
(
'/liEnshrine/save'
),
url
:
this
.
$http
.
adornUrlEq
(
'/liEnshrine/save'
),
method
:
'post'
,
method
:
'post'
,
...
@@ -797,6 +787,11 @@ export default {
...
@@ -797,6 +787,11 @@ export default {
if
(
this
.
mapList
&&
this
.
treeData
)
{
if
(
this
.
mapList
&&
this
.
treeData
)
{
this
.
mapList
.
forEach
((
element
)
=>
{
this
.
mapList
.
forEach
((
element
)
=>
{
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
element
.
readPath
=
this
.
urlPath
+
element
.
filePath
data
.
list
.
forEach
((
el
)
=>
{
if
(
element
.
stationId
===
el
.
id
)
{
element
.
name
=
el
.
stationName
+
element
.
name
}
})
})
})
this
.
checkedData
.
stationId
=
this
.
station
.
id
this
.
checkedData
.
stationId
=
this
.
station
.
id
this
.
checkedData
.
stationName
=
this
.
station
.
stationName
this
.
checkedData
.
stationName
=
this
.
station
.
stationName
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment