fix:修改 切换到详细视图时 路由绑定对象未变化的问题

This commit is contained in:
zhangyu
2022-09-06 13:56:20 +08:00
parent 2c166ce629
commit e3e62b3b09
6 changed files with 59 additions and 58 deletions

View File

@@ -2,6 +2,7 @@ export default {
props: {},
watch: {
detailViewRightObj: {
immediate: true,
handler (n) {
if (n) {
this.updatePath(this.$route.query, this.$route.path, 'nzDetailList')