修改打印机跳转
This commit is contained in:
parent
12e66e8866
commit
09716e7492
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue