forked from github/dataease
feat: 去除测试数据
This commit is contained in:
parent
3b87239aa2
commit
fb23a459dd
@ -71,11 +71,12 @@ export default {
|
||||
loadData() {
|
||||
const param = {}
|
||||
tree(param).then(res => {
|
||||
let arr = []
|
||||
for (let index = 0; index < 10; index++) {
|
||||
arr = arr.concat(res.data)
|
||||
}
|
||||
this.data = arr
|
||||
// let arr = []
|
||||
// for (let index = 0; index < 10; index++) {
|
||||
// arr = arr.concat(res.data)
|
||||
// }
|
||||
// this.data = arr
|
||||
this.data = res.data
|
||||
})
|
||||
},
|
||||
renderNode(h, { node, data, store }) {
|
||||
|
Loading…
Reference in New Issue
Block a user