Explorar el Código

保存文章后重新获取文章详情

natasha hace 1 semana
padre
commit
0365c21717
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

@@ -614,6 +614,7 @@ export default {
                   }
                 } else {
                   this.$message.success("文章保存成功");
+                  this.getArticleInfo();
                   // this.$router.go(-1);
                 }
               }