|
|
@ -46,7 +46,6 @@ |
|
|
|
v-model="cid" |
|
|
|
v-model="cid" |
|
|
|
:options="curs" |
|
|
|
:options="curs" |
|
|
|
:props="{ checkStrictly: true, value: 'id' }" |
|
|
|
:props="{ checkStrictly: true, value: 'id' }" |
|
|
|
clearable |
|
|
|
|
|
|
|
popper-class="course-cas" |
|
|
|
popper-class="course-cas" |
|
|
|
@expand-change="curChange" |
|
|
|
@expand-change="curChange" |
|
|
|
@change="curChange"></el-cascader> |
|
|
|
@change="curChange"></el-cascader> |
|
|
@ -432,6 +431,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
this.currentRow.projectManage.projectName = this.projectName; |
|
|
|
this.currentRow.projectManage.projectName = this.projectName; |
|
|
|
this.currentRow.projectManage.projectId = ""; |
|
|
|
this.currentRow.projectManage.projectId = ""; |
|
|
|
|
|
|
|
this.currentRow.projectManage.founder = 1 |
|
|
|
this.currentRow.projectJudgmentList.forEach(i => { |
|
|
|
this.currentRow.projectJudgmentList.forEach(i => { |
|
|
|
i.projectId = ""; |
|
|
|
i.projectId = ""; |
|
|
|
}); |
|
|
|
}); |
|
|
|