Ver Fonte

去掉音频

natasha há 1 ano atrás
pai
commit
42192f1d30

+ 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()
         });
     },