修改打印机跳转
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user