diff --git a/src/components/page/ReferenceEditor.vue b/src/components/page/ReferenceEditor.vue index d16a3cf..8db9e2b 100644 --- a/src/components/page/ReferenceEditor.vue +++ b/src/components/page/ReferenceEditor.vue @@ -26,7 +26,7 @@

Before uploading the file, you need to download the template file, - click download + click download ,to add your references to the template file, and upload it.

diff --git a/src/components/page/articleListEditor_A.vue b/src/components/page/articleListEditor_A.vue index 9a8f4fc..cf340de 100644 --- a/src/components/page/articleListEditor_A.vue +++ b/src/components/page/articleListEditor_A.vue @@ -1247,6 +1247,7 @@ }, //修改文章状态 saveEdit() { + this.$api .post('api/Article/editArticleEditor', this.editform) .then(res => {