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({ 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', '')