natasha hace 1 año
padre
commit
42192f1d30
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/content_manage/newspaper_manage/CreateArticle.vue

+ 1 - 0
src/views/content_manage/newspaper_manage/CreateArticle.vue

@@ -495,6 +495,7 @@ export default {
             type: "warning",
         }).then(() => {
             this.articleForm.articleMp3.splice(i, 1);
+            this.articleForm.articleMp3_id = ''
             this.$forceUpdate()
         });
     },