@@ -321,6 +321,7 @@ export default {
getStageList () {
this.$api.project.userStageList().then(res => {
if (res.code === 200) {
+ debugger
this.stage = res.data
}
})