Browse Source

项目阶段位置调整后接口报错的问题

Lijy 2 years ago
parent
commit
71e7bcdff4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

+ 2 - 1
fhKeeper/formulahousekeeper/timesheet/src/views/project/list.vue

@@ -156,6 +156,7 @@
             </el-table-column>
 
             <!-- 项目阶段 -->
+            <!-- 换位置之前看下项目阶段发起的请求  -->
             <el-table-column prop="currentStage" label="项目阶段" sortable="custom" min-width="150" width="220" v-if="user.company.packageProject == 1 && permissions.projectPhase">
                 <template slot-scope="scope">
                     <span style="display: inline-block; width: 150px">
@@ -1213,7 +1214,7 @@ a {
                 if(this.permissions.projectManagement || this.user.id==row.inchargerId || this.user.id==row.creatorId) {
                     this.phaseProjectValie = row.currentStageId  ? row.currentStageId : ''
                     this.currentCell = row.index + ',' + column.index;
-                    if(column.index == 5) {
+                    if(column.index == 6) {
                         this.phaseProjectId = row.id
                         // this.obtainPhase(row)
                     }