修复申请分享商图片无法删除问题
This commit is contained in:
@@ -47,7 +47,6 @@
|
|||||||
/>
|
/>
|
||||||
<s-uploader
|
<s-uploader
|
||||||
v-if="item.type === 'image'"
|
v-if="item.type === 'image'"
|
||||||
v-model="item.aaa"
|
|
||||||
v-model:url="item.value"
|
v-model:url="item.value"
|
||||||
fileMediatype="image"
|
fileMediatype="image"
|
||||||
limit="1"
|
limit="1"
|
||||||
|
|||||||
@@ -74,7 +74,11 @@
|
|||||||
computed: {
|
computed: {
|
||||||
list() {
|
list() {
|
||||||
if (typeof this.filesList === 'string') {
|
if (typeof this.filesList === 'string') {
|
||||||
return [this.filesList];
|
if (this.filesList) {
|
||||||
|
return [this.filesList];
|
||||||
|
} else {
|
||||||
|
return [];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return this.filesList;
|
return this.filesList;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user