一.后台拿到数据dataList渲染在three
二.绑定 v-if="bol"
// 数据
<el-tree v-if="bol" :data="treeList" />
// 取消
btn(){
this.treeList = []
this.bol = false
this.$nextTick(() => {
this.bol = true
}
一.后台拿到数据dataList渲染在three
二.绑定 v-if="bol"
// 数据
<el-tree v-if="bol" :data="treeList" />
// 取消
btn(){
this.treeList = []
this.bol = false
this.$nextTick(() => {
this.bol = true
}