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