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
4e17931e
authored
2020-12-30 16:18:27 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
去除debugger
1 parent
f38bbb03
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
src/components/lineTree/lineItem.vue
src/views/panel/change/cxlz/index.vue
src/components/lineTree/lineItem.vue
View file @
4e17931
...
...
@@ -137,7 +137,6 @@ export default {
},
methods
:
{
itemClick
(
item
)
{
debugger
;
let
self
=
this
;
// 开启延时器,300ms的间隔区分单击和双击,解决双击时执行两次单击事件
clearTimeout
(
self
.
time
);
...
...
src/views/panel/change/cxlz/index.vue
View file @
4e17931
...
...
@@ -506,7 +506,6 @@ export default {
},
//切换房屋状态
handleChoosedH
(
bsms
,
color
)
{
debugger
//每次切换房屋状态,将之前高亮的户边框颜色重置为默认
this
.
$refs
.
lpbContent
.
choosedList
=
[];
this
.
$refs
.
lpbContent
.
$refs
.
hBsm
.
forEach
((
item
)
=>
{
...
...
Please
register
or
sign in
to post a comment