From 41e6159cfa12416155adcd6747e48fab28ffc534 Mon Sep 17 00:00:00 2001
From: cyy <cuiqian2004@163.com>
Date: 星期一, 26 八月 2024 22:45:17 +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