Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -348,7 +348,7 @@
|
|||||||
</el-timeline-item>
|
</el-timeline-item>
|
||||||
<el-timeline-item timestamp="批准" placement="top" :color="roleForm.startUser ? '#66b1ff' : ''">
|
<el-timeline-item timestamp="批准" placement="top" :color="roleForm.startUser ? '#66b1ff' : ''">
|
||||||
<el-card>
|
<el-card>
|
||||||
<el-form-item prop="totalLeader" style="margin-bottom: 0">
|
<el-form-item prop="directorUserName" style="margin-bottom: 0">
|
||||||
<h4>总院技术委员会主任</h4>
|
<h4>总院技术委员会主任</h4>
|
||||||
<div style="margin-top: 10px;width: 300px;">
|
<div style="margin-top: 10px;width: 300px;">
|
||||||
<el-input v-model="roleForm.directorUserId" style="display: none;"></el-input>
|
<el-input v-model="roleForm.directorUserId" style="display: none;"></el-input>
|
||||||
@@ -749,8 +749,8 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.roleForm.dockUser = idList
|
this.roleForm.dockUser = idList
|
||||||
this.roleForm.dockUserName = nameList
|
this.roleForm.dockUserName = nameList
|
||||||
this.rh_pageData.comityInRole = nameList
|
// this.rh_pageData.comityInRole = nameList
|
||||||
this.rh_pageData.comityInRoleId = idList
|
// this.rh_pageData.comityInRoleId = idList
|
||||||
}
|
}
|
||||||
this.roleShowflag = false
|
this.roleShowflag = false
|
||||||
},
|
},
|
||||||
@@ -810,7 +810,7 @@ export default {
|
|||||||
roleList: this.roleForm,
|
roleList: this.roleForm,
|
||||||
rh_pageData: this.rh_pageData,
|
rh_pageData: this.rh_pageData,
|
||||||
commentText: this.commentText,
|
commentText: this.commentText,
|
||||||
directorList: this.rh_pageData.comityInRoleId,
|
directorList: this.roleForm.dockUser,
|
||||||
}
|
}
|
||||||
this.$refs['rh_pageData'].validate((valid) => {
|
this.$refs['rh_pageData'].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
|
|||||||
Reference in New Issue
Block a user