Browse Source

去掉音频

natasha 1 year ago
parent
commit
42192f1d30
1 changed files with 1 additions and 0 deletions
  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()
         });
     },