|
@@ -1262,10 +1262,10 @@ 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.label == '项目阶段') {
|
|
|
+ // if(column.label == '项目阶段') {
|
|
|
this.phaseProjectId = row.id
|
|
|
// this.obtainPhase(row)
|
|
|
- }
|
|
|
+ // }
|
|
|
setTimeout(() => {
|
|
|
// 获得焦点
|
|
|
this.$refs[row.index + ',' + column.index].focus();
|