修改打印机跳转

This commit is contained in:
duan
2024-10-23 14:51:26 +08:00
parent 12e66e8866
commit 09716e7492

View File

@@ -122,7 +122,7 @@ export default {
}, },
methods: { methods: {
toUrl(item) { 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) { async statusChange(e, row) {