fix: 1315 若进入子页面,使用列表进入主页,再次点击其他数据的按钮,打开仍然时第一次的子页面

This commit is contained in:
binbin_pan 2024-04-25 14:36:57 +08:00
parent c11d023886
commit f99aa9aa31
1 changed files with 2 additions and 0 deletions

View File

@ -597,6 +597,8 @@
this.$tab.closeOpenPage({
path: '/store/newBuy/newDevicesAccept',
query,
}).then(() => {
this.$tab.refreshPage()
})
},
/** 修改按钮操作 */