cuiqian2004
2024-08-27 d84283821bb08d81d887f20a7118caf25b8b2714
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);