From 5b11a952c0ff2cefd3068758d57bd6384bac7bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Thu, 19 Jun 2025 17:07:45 +0800 Subject: [PATCH] tijiao --- src/components/page/articleListEditor_E.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/page/articleListEditor_E.vue b/src/components/page/articleListEditor_E.vue index 389be6b..b532aea 100644 --- a/src/components/page/articleListEditor_E.vue +++ b/src/components/page/articleListEditor_E.vue @@ -773,7 +773,7 @@ export default { this.$api .post('api/Publish/getAllStages', this.queryType) .then((res) => { - this.stageList = res.data.stages; + this.stageList = res.data.stages.reverse(); this.getDate(); }) .catch((err) => {