mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 17:12:53 +08:00
Merge branch 'feature/GFRS-717【0402】人力发展-活动量管理' into dev
This commit is contained in:
@@ -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/'
|
||||
|
||||
Reference in New Issue
Block a user