Merge branch 'feature/GFRS-717【0402】人力发展-活动量管理' into dev

This commit is contained in:
tian.guangyuan
2020-03-23 16:58:27 +08:00

View File

@@ -160,7 +160,8 @@ export default {
flag: 'h5',
extra: {
url: location.origin + `/#/manpower/ActivityLog/List`,
forbidSwipeBack: '1'
forbidSwipeBack: '1',
needRefresh: '1'
},
routerInfo: { path: '/manpower/ActivityLog/List' }
})
@@ -170,7 +171,8 @@ export default {
flag: 'h5',
extra: {
url: location.origin + `/#/manpower/ActivityLog/Edit?isEdit=0`,
forbidSwipeBack: '1'
forbidSwipeBack: '1',
needRefresh: '1'
},
routerInfo: { path: '/manpower/ActivityLog/Edit?isEdit=0' }
})
@@ -179,7 +181,8 @@ export default {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/manpower/talentPool/Add'
url: location.origin + '/#/manpower/talentPool/Add',
needRefresh: '1'
},
routerInfo: {
path: '/manpower/talentPool/Add'
@@ -190,7 +193,8 @@ export default {
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/manpower/talentPool/'
url: location.origin + '/#/manpower/talentPool/',
needRefresh: '1'
},
routerInfo: {
path: '/manpower/talentPool/'