【fix】 DC-04-国富人寿 / 缺陷 GFRS-798 【人力发展-活动量管理】目前在人才库/活动日志列表页增加一条数据后,返回活动量管理页面未显示该条数据,需要重新进入该页面后才显示;建议在人才库/活动日志列表页增加一条数据后,返回活动量管理页面刷新一下该页面

This commit is contained in:
tian.guangyuan
2020-03-23 17:07:19 +08:00
parent 79dd85e901
commit a7bc60978f
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'