From d6decc78bddb7c0b937766f587198d3f097c32fb Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Fri, 30 Jun 2023 13:46:56 +0800 Subject: [PATCH] . --- src/components/page/ReferenceEditor.vue | 2 +- src/components/page/articleListEditor_A.vue | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 => {