bug
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="grid">
|
||||
<div class="grid" v-if="pageShow">
|
||||
<div class="gird-wrapper">
|
||||
<div class="gird-item">
|
||||
<h2>一级网格</h2>
|
||||
@@ -76,11 +76,13 @@
|
||||
topGrid: [],
|
||||
secondaryGrid: [],
|
||||
tertiaryGrid: [],
|
||||
tertiaryInfo: {}
|
||||
tertiaryInfo: {},
|
||||
pageShow: false
|
||||
}
|
||||
},
|
||||
|
||||
onLoad () {
|
||||
this.$loading()
|
||||
this.getInfo()
|
||||
},
|
||||
|
||||
@@ -117,6 +119,10 @@
|
||||
this.tertiaryGrid.push(...e.girdList)
|
||||
})
|
||||
}
|
||||
|
||||
this.$nextTick(() => {
|
||||
this.pageShow = true
|
||||
})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user