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