This commit is contained in:
zhutianqi
2022-02-24 16:27:40 +08:00
parent 072eb2008b
commit 005e0e0f43
@@ -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', '')