scorpio 3 лет назад
Родитель
Сommit
5234a0b86a
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/views/home/component/dash.vue

+ 1 - 0
src/views/home/component/dash.vue

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