commit
This commit is contained in:
@@ -39,8 +39,8 @@ export default {
|
||||
this.$router.push({
|
||||
path: this.$store.state.detailMap,
|
||||
query: {
|
||||
prcNum: this.$store.getters.getHandleInfo.prcNum,
|
||||
tabsName: this.$store.getters.getHandleInfo.tabsName
|
||||
prcNum: this.$store.getters.getHandleInfo.prcNum || '',
|
||||
tabsName: this.$store.getters.getHandleInfo.tabsName || ''
|
||||
}
|
||||
})
|
||||
this.$store.commit('setDetailMap', '')
|
||||
|
||||
Reference in New Issue
Block a user