设备管理

This commit is contained in:
2023-11-03 09:05:17 +08:00
parent bd17db7d04
commit 651f591e46
8 changed files with 20 additions and 20 deletions

View File

@@ -55,7 +55,7 @@ export default {
// grid
async _devicesportcheckmstGetDtl () {
let res = await devicesportcheckmstGetDtl(this.$route.query.id)
this.dataList = [...res.data]
this.dataList = [...res.content]
},
toJump () {
this.$router.push('/checkorder')