mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-23 19:02:53 +08:00
【fix】 DC-04-国富人寿 / 缺陷 GFRS-798 【人力发展-活动量管理】目前在人才库/活动日志列表页增加一条数据后,返回活动量管理页面未显示该条数据,需要重新进入该页面后才显示;建议在人才库/活动日志列表页增加一条数据后,返回活动量管理页面刷新一下该页面
This commit is contained in:
@@ -47,7 +47,8 @@ export default {
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
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'}` }
|
||||
})
|
||||
|
||||
@@ -42,7 +42,8 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#${path}`
|
||||
url: location.origin + `/#${path}`,
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: { path: path }
|
||||
})
|
||||
|
||||
@@ -38,7 +38,8 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/manpower/talentPool/Edit'
|
||||
url: location.origin + '/#/manpower/talentPool/Edit',
|
||||
needRefresh: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/manpower/talentPool/Edit'
|
||||
|
||||
Reference in New Issue
Block a user