mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-23 21:36:37 +08:00
优化房屋结构图 强刷问题
This commit is contained in:
parent
2bf5828d37
commit
92b237b968
@ -18,9 +18,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-md-10 margin-bottom" v-else>
|
||||
|
||||
<div v-for="(val, key, index) in roomStructureInfo.parkRooms">
|
||||
<span class=" padding-xs">{{key}}F</span>
|
||||
<div class="row margin-top-xs bg-white">
|
||||
|
||||
@ -41,8 +41,8 @@
|
||||
function(json, res) {
|
||||
let listRoomData = JSON.parse(json);
|
||||
$that.roomStructureInfo.rooms = listRoomData.data;
|
||||
|
||||
$that.supportPark()
|
||||
$that.supportPark();
|
||||
$that.$forceUpdate();
|
||||
},
|
||||
function(errInfo, error) {
|
||||
console.log('请求失败处理');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user