切换楼盘表展示形式时楼盘表树目录数据异常问题修复
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
91 | ref="tabContent" | 91 | ref="tabContent" |
92 | :style="{ height: lpbContentHight + 'px' }" | 92 | :style="{ height: lpbContentHight + 'px' }" |
93 | v-loading="lpbloading" | 93 | v-loading="lpbloading" |
94 | v-if="bjztFlag" | 94 | v-show="bjztFlag" |
95 | > | 95 | > |
96 | <!-- 左侧树结构 --> | 96 | <!-- 左侧树结构 --> |
97 | <div class="lp-tree" :class="createFlag ? 'w260' : 'w0'"> | 97 | <div class="lp-tree" :class="createFlag ? 'w260' : 'w0'"> |
... | @@ -227,7 +227,7 @@ | ... | @@ -227,7 +227,7 @@ |
227 | </div> | 227 | </div> |
228 | </div> | 228 | </div> |
229 | 229 | ||
230 | <xxxx v-if="!bjztFlag"></xxxx> | 230 | <xxxx v-show="!bjztFlag"></xxxx> |
231 | 231 | ||
232 | <!-- 右键菜单弹出框 --> | 232 | <!-- 右键菜单弹出框 --> |
233 | <el-dialog v-dialogDrag :close-on-click-modal="false" :title="taskTitle" :visible.sync="dialogVisible" width="50%" > | 233 | <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