This commit is contained in:
2025-06-19 17:07:45 +08:00
parent 2b3bd8a4a5
commit 5b11a952c0

View File

@@ -773,7 +773,7 @@ export default {
this.$api this.$api
.post('api/Publish/getAllStages', this.queryType) .post('api/Publish/getAllStages', this.queryType)
.then((res) => { .then((res) => {
this.stageList = res.data.stages; this.stageList = res.data.stages.reverse();
this.getDate(); this.getDate();
}) })
.catch((err) => { .catch((err) => {