28620
This commit is contained in:
@@ -338,6 +338,8 @@ export default {
|
||||
this.form = { ...res.data }
|
||||
if(this.form.photo) {
|
||||
this.form.files = [{url: this.form.photo}]
|
||||
}else {
|
||||
this.form.files = []
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user