修改打印机跳转

This commit is contained in:
duan 2024-10-23 14:51:26 +08:00
parent 12e66e8866
commit 09716e7492
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export default {
},
methods: {
toUrl(item) {
this.$router.push({ path: '/shop/devices/details', query: { id: item.id } })
this.$router.push({ path: '/devices/details', query: { id: item.id } })
},
//
async statusChange(e, row) {