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
7ccf1929
authored
2021-01-18 10:35:23 +0800
by
杨威
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
添加定着物弹框遮罩层修改
1 parent
7aeef036
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/lineTree/lineTree.vue
src/components/lineTree/lineTree.vue
View file @
7ccf192
...
...
@@ -119,7 +119,7 @@
<import-geo
:property-info=
"zdData"
:timeLine=
"new Date().getTime()"
:geo-info=
"currentClickZdGeo"
@
closeImportDialog=
"closeImportDialog"
></import-geo>
</el-dialog>
<!-- 添加定着物弹框 -->
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
title=
"新建"
:visible
.
sync=
"dialogVisible"
width=
"48%"
>
<el-dialog
v-dialogDrag
:close-on-click-modal=
"false"
title=
"新建"
:
modal=
"false"
:
visible
.
sync=
"dialogVisible"
width=
"48%"
>
<Create
@
closeDialog=
"closeDialog"
:auth=
"true"
:createZrz=
"createZrz"
></Create>
</el-dialog>
<sxdr
:sxdr-visible=
"sxdrVisible"
@
close=
"sxdrClose"
:dylx=
"zdData.type"
:bsm=
"zdData.bsm"
></sxdr>
...
...
Please
register
or
sign in
to post a comment