From 5b94d171aea661d000509a32448921363c77af9b Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 02 四月 2020 11:13:56 +0800
Subject: [PATCH] 2020-04-02

---
 src/components/sidemenu/index.jsx |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/components/sidemenu/index.jsx b/src/components/sidemenu/index.jsx
index f232ff2..3bbc19f 100644
--- a/src/components/sidemenu/index.jsx
+++ b/src/components/sidemenu/index.jsx
@@ -6,8 +6,9 @@
 import { Menu, Icon, notification } from 'antd'
 
 import asyncComponent from '@/utils/asyncComponent'
-import {modifyTabview, resetEditLevel} from '@/store/action'
+import { modifyTabview, resetEditLevel } from '@/store/action'
 import { SySMenuList } from './config.js'
+import options from '@/store/options.js'
 import zhCN from '@/locales/zh-CN/header.js'
 import enUS from '@/locales/en-US/header.js'
 import Api from '@/api'
@@ -48,7 +49,7 @@
       return
     }
 
-    let _param = {func: 'sPC_Get_FunMenu', ParentID: menu.MenuID}
+    let _param = {func: 'sPC_Get_FunMenu', ParentID: menu.MenuID, systemType: options.systemType}
 
     if (sessionStorage.getItem('isEditState') === 'true') { // 缂栬緫鐘舵�佹椂锛岃幏鍙栬彍鍗曪紝澧炲姞鍙傛暟debug
       _param.debug = 'Y'

--
Gitblit v1.8.0