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

This commit is contained in:
tian.guangyuan
2020-03-23 17:07:30 +08:00
3 changed files with 6 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ export default {
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + `/#/manpower/ActivityLog/Edit?code=${this.ActivityLogInfo.recordCode}&isEdit=${this.isEdit ? '0' : '1'}`, url: location.origin + `/#/manpower/ActivityLog/Edit?code=${this.ActivityLogInfo.recordCode}&isEdit=${this.isEdit ? '0' : '1'}`,
forbidSwipeBack: '1' forbidSwipeBack: '1',
needRefresh: '1'
}, },
routerInfo: { path: `/manpower/ActivityLog/Edit?code=${this.ActivityLogInfo.recordCode}&isEdit=${this.isEdit ? '0' : '1'}` } routerInfo: { path: `/manpower/ActivityLog/Edit?code=${this.ActivityLogInfo.recordCode}&isEdit=${this.isEdit ? '0' : '1'}` }
}) })

View File

@@ -42,7 +42,8 @@ export default {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + `/#${path}` url: location.origin + `/#${path}`,
needRefresh: '1'
}, },
routerInfo: { path: path } routerInfo: { path: path }
}) })

View File

@@ -38,7 +38,8 @@ export default {
this.$jump({ this.$jump({
flag: 'h5', flag: 'h5',
extra: { extra: {
url: location.origin + '/#/manpower/talentPool/Edit' url: location.origin + '/#/manpower/talentPool/Edit',
needRefresh: '1'
}, },
routerInfo: { routerInfo: {
path: '/manpower/talentPool/Edit' path: '/manpower/talentPool/Edit'