添加定着物弹框遮罩层修改
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -119,7 +119,7 @@ | ... | @@ -119,7 +119,7 @@ |
119 | <import-geo :property-info="zdData" :timeLine="new Date().getTime()" :geo-info="currentClickZdGeo" @closeImportDialog="closeImportDialog"></import-geo> | 119 | <import-geo :property-info="zdData" :timeLine="new Date().getTime()" :geo-info="currentClickZdGeo" @closeImportDialog="closeImportDialog"></import-geo> |
120 | </el-dialog> | 120 | </el-dialog> |
121 | <!-- 添加定着物弹框 --> | 121 | <!-- 添加定着物弹框 --> |
122 | <el-dialog v-dialogDrag :close-on-click-modal="false" title="新建" :visible.sync="dialogVisible" width="48%"> | 122 | <el-dialog v-dialogDrag :close-on-click-modal="false" title="新建" :modal="false" :visible.sync="dialogVisible" width="48%"> |
123 | <Create @closeDialog="closeDialog" :auth="true" :createZrz="createZrz" ></Create> | 123 | <Create @closeDialog="closeDialog" :auth="true" :createZrz="createZrz" ></Create> |
124 | </el-dialog> | 124 | </el-dialog> |
125 | <sxdr :sxdr-visible="sxdrVisible" @close="sxdrClose" :dylx="zdData.type" :bsm="zdData.bsm"></sxdr> | 125 | <sxdr :sxdr-visible="sxdrVisible" @close="sxdrClose" :dylx="zdData.type" :bsm="zdData.bsm"></sxdr> | ... | ... |
-
Please register or sign in to post a comment