NEZ-610 fix: cabinet列表页面bug

This commit is contained in:
@changcode
2021-05-11 16:46:16 +08:00
parent fcc83cc9a5
commit 291d361945
9 changed files with 59 additions and 129 deletions

View File

@@ -127,6 +127,7 @@ export default {
}
},
edit (u) {
console.info(u)
this.$get(`${this.url}/${u.id}`).then(response => {
if (response.code === 200) {
this.object = response.data