NEZ-610 fix: cabinet列表页面bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user