fix: 1315 若进入子页面,使用列表进入主页,再次点击其他数据的按钮,打开仍然时第一次的子页面
This commit is contained in:
parent
c11d023886
commit
f99aa9aa31
|
|
@ -597,6 +597,8 @@
|
||||||
this.$tab.closeOpenPage({
|
this.$tab.closeOpenPage({
|
||||||
path: '/store/newBuy/newDevicesAccept',
|
path: '/store/newBuy/newDevicesAccept',
|
||||||
query,
|
query,
|
||||||
|
}).then(() => {
|
||||||
|
this.$tab.refreshPage()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue