scorpio %!s(int64=3) %!d(string=hai) anos
pai
achega
5234a0b86a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/home/component/dash.vue

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

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