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
35f9161c
authored
2021-01-12 11:13:42 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
切换楼盘表展示形式时楼盘表树目录数据异常问题修复
1 parent
81a99aa9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/zrz/lpb/bjlp/index.vue
src/views/zrz/lpb/bjlp/index.vue
View file @
35f9161
...
...
@@ -91,7 +91,7 @@
ref=
"tabContent"
:style=
"
{ height: lpbContentHight + 'px' }"
v-loading="lpbloading"
v-
if
="bjztFlag"
v-
show
="bjztFlag"
>
<!-- 左侧树结构 -->
<div
class=
"lp-tree"
:class=
"createFlag ? 'w260' : 'w0'"
>
...
...
@@ -227,7 +227,7 @@
</div>
</div>
<xxxx
v-
if
=
"!bjztFlag"
></xxxx>
<xxxx
v-
show
=
"!bjztFlag"
></xxxx>
<!-- 右键菜单弹出框 -->
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
:title=
"taskTitle"
:visible
.
sync=
"dialogVisible"
width=
"50%"
>
...
...
Please
register
or
sign in
to post a comment