|
@@ -1549,7 +1549,7 @@ export default {
|
|
|
console.log('tableHeadersForVideo: ', this.tableHeadersForVideo);
|
|
|
this.clearUploadStatusLists()
|
|
|
},
|
|
|
- unmounted() {
|
|
|
+ beforeDestroy() {
|
|
|
this.$store.commit('setUploadStatusListImage', this.uploadStatusListImage.filter((item) => {
|
|
|
return item.status === 'LOADING'
|
|
|
}))
|