|
|
@@ -237,7 +237,6 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
created () {
|
|
|
- this.getStageList()
|
|
|
this.getTypeList()
|
|
|
this.$bus.on('serach', (res) => {
|
|
|
this.onLoad(res)
|
|
|
@@ -272,6 +271,7 @@ export default {
|
|
|
this.page.total = res.data.numberOfElements
|
|
|
this.loading = false
|
|
|
}
|
|
|
+ this.getStageList()
|
|
|
})
|
|
|
},
|
|
|
beforeOpen (done, type) {
|