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
682cf5fc
authored
2021-01-13 16:52:33 +0800
by
焦泽平
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
历史回述单击
1 parent
b161f9db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/components/lshs/index.vue
src/components/lshs/index.vue
View file @
682cf5f
...
...
@@ -186,6 +186,10 @@ export default {
graph
.
data
(
data
);
graph
.
render
();
graph
.
on
(
'node:click'
,
e
=>
{
alert
(
e
);
});
graph
.
on
(
'node:mouseenter'
,
e
=>
{
graph
.
setItemState
(
e
.
item
,
'active'
,
true
)
});
...
...
Please
register
or
sign in
to post a comment