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
043817fb
authored
2020-12-30 16:32:50 +0800
by
zhaoqian
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
系统管理模块添加source参数
1 parent
cb553b24
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
043817f
...
...
@@ -137,7 +137,6 @@ export default {
},
methods
:
{
itemClick
(
item
)
{
debugger
;
let
self
=
this
;
// 开启延时器,300ms的间隔区分单击和双击,解决双击时执行两次单击事件
clearTimeout
(
self
.
time
);
...
...
@@ -161,7 +160,9 @@ export default {
case
'/search'
:
source
=
'0,1,2'
break
;
case
'/manage'
:
source
=
'0,1,2'
break
;
default
:
break
;
}
...
...
Please
register
or
sign in
to post a comment