From fb23a459dd6f2b7706d5a3e35350ffcce32b0954 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 23 Mar 2021 14:05:32 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8E=BB=E9=99=A4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/panel/ViewSelect/index.vue | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/frontend/src/views/panel/ViewSelect/index.vue b/frontend/src/views/panel/ViewSelect/index.vue index a8ca178ca7..a6f084c48e 100644 --- a/frontend/src/views/panel/ViewSelect/index.vue +++ b/frontend/src/views/panel/ViewSelect/index.vue @@ -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 }) {