29198
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
}
|
||||
}).then(res => {
|
||||
if(res?.data) {
|
||||
this.form = res.data && JSON.parse(JSON.stringify(res.data))
|
||||
this.form = res.data
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user