scorpio il y a 2 ans
Parent
commit
37c607797e
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/project/index.vue

+ 2 - 1
src/views/project/index.vue

@@ -12,6 +12,7 @@
     </tips-custom>
     <!--    content-->
     <div style="margin-bottom: 65px">
+      {{ currentStage }}
       <div v-if="[1, 2].includes(currentStage)">
         <info1 :info="detail" @industry="changeIndustry" />
       </div>
@@ -98,7 +99,7 @@ export default {
           this.detail = res.data
           delete this.detail._id
           this.stageId = res.data.stageId
-          this.currentStage = res.data.project_stage
+          this.currentStage = res.data.current_stage
           this.detail.tagsName =
             this.detail.tags === 1 ? '政府投资项目' : '企业投资项目'
           const status = confing.reportTypes.find(