This commit is contained in:
liuye
2022-03-29 10:27:14 +08:00
parent 386a817d42
commit 14f5b1a964
4 changed files with 17 additions and 12 deletions

View File

@@ -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 = []
}
}
})