tijiao
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user