feat: 去除测试数据

This commit is contained in:
fit2cloud-chenyw 2021-03-23 14:05:32 +08:00
parent 3b87239aa2
commit fb23a459dd

View File

@ -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 }) {