|
@@ -635,7 +635,7 @@ export default {
|
|
|
this.list.map(item => {
|
|
|
item.name = item.fileName
|
|
|
})
|
|
|
- this.form.fileList = this.list
|
|
|
+ this.$set(this.form, 'fileList', this.list)
|
|
|
})
|
|
|
},
|
|
|
handleUpload() {
|
|
@@ -755,7 +755,6 @@ export default {
|
|
|
}).then(function() {
|
|
|
return deleteEnclosureApi(id);
|
|
|
}).then(() => {
|
|
|
- this.getEnclosureData()
|
|
|
this.$modal.msgSuccess("删除成功");
|
|
|
})
|
|
|
}
|