Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zghywpc-vue
Project
Project
Details
Activity
Releases
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
李苏
zghywpc-vue
Commits
75ea3496
Commit
75ea3496
authored
Sep 25, 2024
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
延迟绘图,
parent
add99fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
index.vue
src/views/sbxxgl/sblxgx/sblxtree/fullPage/index.vue
+4
-3
No files found.
src/views/sbxxgl/sblxgx/sblxtree/fullPage/index.vue
View file @
75ea3496
...
@@ -13,7 +13,6 @@
...
@@ -13,7 +13,6 @@
<el-input
v-model=
"dqjd"
placeholder=
"请输入查询节点"
>
<el-input
v-model=
"dqjd"
placeholder=
"请输入查询节点"
>
</el-input>
</el-input>
</el-col>
</el-col>
<el-col
:span=
"2"
>
<el-col
:span=
"2"
>
<div
class=
"padding-10 flex-center"
>
<div
class=
"padding-10 flex-center"
>
<el-button
@
click=
"cx(true)"
size=
'mini'
type=
"primary"
>
上游查询
</el-button>
<el-button
@
click=
"cx(true)"
size=
'mini'
type=
"primary"
>
上游查询
</el-button>
...
@@ -164,7 +163,7 @@
...
@@ -164,7 +163,7 @@
change
(
val
)
{
change
(
val
)
{
if
(
this
.
showList
[
val
])
{
if
(
this
.
showList
[
val
])
{
this
.
$nextTick
(()
=>
{
setTimeout
(()
=>
{
this
.
arrowLineList
.
forEach
(
item
=>
item
.
remove
())
this
.
arrowLineList
.
forEach
(
item
=>
item
.
remove
())
this
.
arrowLineList
=
[]
this
.
arrowLineList
=
[]
let
name
=
this
.
showList
[
val
].
name
let
name
=
this
.
showList
[
val
].
name
...
@@ -209,7 +208,9 @@
...
@@ -209,7 +208,9 @@
this
.
arrowLineList
.
forEach
(
item
=>
item
.
position
())
this
.
arrowLineList
.
forEach
(
item
=>
item
.
position
())
this
.
lxObj
=
this
.
showList
[
val
]
this
.
lxObj
=
this
.
showList
[
val
]
})
},
200
)
}
else
{
}
else
{
this
.
arrowLineList
.
forEach
(
item
=>
item
.
remove
())
this
.
arrowLineList
.
forEach
(
item
=>
item
.
remove
())
...
...
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