修复申请分享商图片无法删除问题
This commit is contained in:
@@ -74,7 +74,11 @@
|
||||
computed: {
|
||||
list() {
|
||||
if (typeof this.filesList === 'string') {
|
||||
return [this.filesList];
|
||||
if (this.filesList) {
|
||||
return [this.filesList];
|
||||
} else {
|
||||
return [];
|
||||
}
|
||||
}
|
||||
return this.filesList;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user