From e01994d84332869ebad232af477a4ded68560c55 Mon Sep 17 00:00:00 2001 From: cuiqian2004 <cuiqian2004@163.com> Date: 星期二, 20 八月 2024 13:27:16 +0800 Subject: [PATCH] test --- pages/index/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index bac1495..3338b09 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -62,7 +62,8 @@ else { const appType = utils.session.getValue('app_type') || "MES"; this.$store.dispatch('areaFunc', { - app_type: appType + app_type: appType, + need_ace:1, }).then(success => { // console.log(success); if (success.code == '00000' || success.err_code == 0) { @@ -104,7 +105,7 @@ app_type: area.app_type, area_id: area.id, area_client_type: area.client_type, - need_ace: '0', + need_ace:1, }; this.$store.dispatch('GetFuncTree', json).then(success => { // console.log(success); -- Gitblit v1.9.1