BUG 25116
This commit is contained in:
@@ -65,10 +65,10 @@ export default {
|
||||
watch: {
|
||||
def: {
|
||||
handler(v) {
|
||||
if (!!v?.toString() && v?.url) {
|
||||
if (!!v?.toString()) {
|
||||
if (this.multiple) {
|
||||
this.fileList = v
|
||||
} else {
|
||||
} else if (v?.url) {
|
||||
this.fileList = [v]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user