diff --git a/src/components/ShowManagerModalShow.vue b/src/components/ShowManagerModalShow.vue index dbd0bb3f2d79e0cd552f6a661fec4680bafef931..c110e6796bd28990b2ff92c4cd74a92bb6e9c9b4 100644 --- a/src/components/ShowManagerModalShow.vue +++ b/src/components/ShowManagerModalShow.vue @@ -1004,14 +1004,12 @@ export default { if (this.show.logo === null) { this.string = '' } else { this.string = this.show.logo } this.file = null - //this.$refs.fileinputLogo.reset() this.$refs.modalLogo.show() }, showImage () { if (this.show.image === null) { this.string = '' } else { this.string = this.show.image } this.file = null - this.$refs.fileinputImage.reset() this.$refs.modalImage.show() } }