fix:修改 切换到详细视图时 路由绑定对象未变化的问题
This commit is contained in:
@@ -2,6 +2,7 @@ export default {
|
||||
props: {},
|
||||
watch: {
|
||||
detailViewRightObj: {
|
||||
immediate: true,
|
||||
handler (n) {
|
||||
if (n) {
|
||||
this.updatePath(this.$route.query, this.$route.path, 'nzDetailList')
|
||||
|
||||
Reference in New Issue
Block a user