diff --git a/src/components/jeecg/modal/ProcessDelivery.vue b/src/components/jeecg/modal/ProcessDelivery.vue index 96ed8c5..271a32a 100644 --- a/src/components/jeecg/modal/ProcessDelivery.vue +++ b/src/components/jeecg/modal/ProcessDelivery.vue @@ -17,7 +17,8 @@ - + diff --git a/src/components/jeecg/modal/ProcessPlan.vue b/src/components/jeecg/modal/ProcessPlan.vue index 5369a10..066aff5 100644 --- a/src/components/jeecg/modal/ProcessPlan.vue +++ b/src/components/jeecg/modal/ProcessPlan.vue @@ -17,14 +17,15 @@ - + - + 查询 diff --git a/src/components/layouts/UserLayout.vue b/src/components/layouts/UserLayout.vue index 307f467..a513893 100644 --- a/src/components/layouts/UserLayout.vue +++ b/src/components/layouts/UserLayout.vue @@ -5,7 +5,7 @@
diff --git a/src/mixins/JeecgListMixin.js b/src/mixins/JeecgListMixin.js index 0df14a9..42a2858 100644 --- a/src/mixins/JeecgListMixin.js +++ b/src/mixins/JeecgListMixin.js @@ -275,12 +275,12 @@ export const JeecgListMixin = { if (fileName ==="废旧物资库表"){ param.materialName = "废旧物资库表" } - // if (fileName ==="电缆模板"){ - // param.materialName = "电缆模板" - // } - // if (fileName ==="废旧物资库表导入模板"){ - // param.materialName = "废旧物资库表导入模板" - // } + if (fileName ==="电缆模板"){ + param.materialName = "电缆模板" + } + if (fileName ==="废旧物资库表导入模板"){ + param.materialName = "废旧物资库表导入模板" + } if (fileName ==="用户信息导入模板"){ param.realname = "用户信息导入模板" } @@ -314,6 +314,7 @@ export const JeecgListMixin = { console.log(info.file, info.fileList); } console.log(info.file, info.fileList); + console.log("info.file.response", info.file.response); if (info.file.status === 'done') { if (info.file.response.success) { // this.$message.success(`${info.file.name} 文件上传成功`); diff --git a/src/store/modules/user.js b/src/store/modules/user.js index 72e311f..773373e 100644 --- a/src/store/modules/user.js +++ b/src/store/modules/user.js @@ -1,6 +1,19 @@ import Vue from 'vue' import { login, logout, phoneLogin, thirdLogin } from "@/api/login" -import { ACCESS_TOKEN, USER_NAME,USER_INFO,USER_AUTH,SYS_BUTTON_AUTH,UI_CACHE_DB_DICT_DATA,TENANT_ID,CACHE_INCLUDED_ROUTES,PARENT_ID,USER_INFORMATION,PUWWC_Id } from "@/store/mutation-types" +import { + ACCESS_TOKEN, + USER_NAME, + USER_INFO, + USER_AUTH, + SYS_BUTTON_AUTH, + UI_CACHE_DB_DICT_DATA, + TENANT_ID, + CACHE_INCLUDED_ROUTES, + PARENT_ID, + USER_INFORMATION, + PUWWC_Id, + ASIDE_MEAN +} from '@/store/mutation-types' import { welcome } from "@/utils/util" import { queryPermissionsByUser } from '@/api/api' import { getAction } from '@/api/manage' @@ -131,6 +144,7 @@ const user = { sessionStorage.setItem(PARENT_ID,parentId); sessionStorage.setItem(PUWWC_Id,puwwcId); sessionStorage.setItem(USER_INFORMATION,JSON.stringify(userInformation)); + sessionStorage.setItem('ASIDE_MEAN',JSON.stringify(menuData)); if (menuData && menuData.length > 0) { //update--begin--autor:qinfeng-----date:20200109------for:JEECG-63 一级菜单的子菜单全部是隐藏路由,则一级菜单不显示------ menuData.forEach((item, index) => { diff --git a/src/store/mutation-types.js b/src/store/mutation-types.js index 59b21ee..7a05321 100644 --- a/src/store/mutation-types.js +++ b/src/store/mutation-types.js @@ -22,6 +22,7 @@ export const UI_CACHE_DB_DICT_DATA = 'UI_CACHE_DB_DICT_DATA' export const INDEX_MAIN_PAGE_PATH = '/dashboard/analysis' export const TENANT_ID = 'TENANT_ID' export const ONL_AUTH_FIELDS = 'ONL_AUTH_FIELDS' +export const ASIDE_MEAN = 'ASIDE_MEAN' //路由缓存问题,关闭了tab页时再打开就不刷新 #842 export const CACHE_INCLUDED_ROUTES = 'CACHE_INCLUDED_ROUTES' diff --git a/src/views/activiti/form/ProcessMaterialsDelivery.vue b/src/views/activiti/form/ProcessMaterialsDelivery.vue index de77f6f..8d1032a 100644 --- a/src/views/activiti/form/ProcessMaterialsDelivery.vue +++ b/src/views/activiti/form/ProcessMaterialsDelivery.vue @@ -1,7 +1,7 @@ diff --git a/src/views/dashboard/HomePage.vue b/src/views/dashboard/HomePage.vue index a8895e8..64ab3ba 100644 --- a/src/views/dashboard/HomePage.vue +++ b/src/views/dashboard/HomePage.vue @@ -1,8 +1,8 @@ -