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
4af9e057
authored
2021-01-04 10:09:39 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
楼盘表的树目录禁止双击跳转
1 parent
bde50b32
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
src/components/lineTree/lineItem.vue
src/components/lineTree/lineItem.vue
View file @
4af9e05
...
...
@@ -248,8 +248,7 @@ export default {
default
:
break
;
}
if
(
item
.
type
){
if
(
item
.
type
==
'zd'
||
item
.
type
==
'dz'
||
item
.
type
==
'zrz'
){
this
.
$router
.
push
({
path
:
'/'
+
item
.
type
,
query
:{
...
...
Please
register
or
sign in
to post a comment