From db95b21bd883df9cbbad97d86bb8e94709ffa312 Mon Sep 17 00:00:00 2001 From: jt <jt@activesoft.com.cn> Date: 星期四, 14 三月 2024 10:53:20 +0800 Subject: [PATCH] test --- pages/index/index.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index fe32e4d..3998586 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -116,7 +116,6 @@ if (success.code=='00000' || success.err_code == 0) { this.data = success.data; if(success.err_code!=undefined){ //鍒ゆ柇鏄惁鏄疢obox3 - success.result.forEach(async (area,index) => { if(area.client_type==2){ //鍒ゆ柇绫诲瀷鏄惁鏄疨DA绫诲瀷 await this.GetFuncTree(index,area); @@ -155,7 +154,7 @@ need_ace: '0', }; this.$store.dispatch('GetFuncTree',json).then(success=>{ - // console.log(success); + console.log(success); if (success.err_code == 0) { $this.data.push(success.result[0]); this.$store.commit("areaFunc", $this.data); -- Gitblit v1.9.1