编辑选人错误
This commit is contained in:
@@ -1368,7 +1368,9 @@ export default {
|
|||||||
/** 选择认证工程师和质量工程师 */
|
/** 选择认证工程师和质量工程师 */
|
||||||
choiceMore(type, title, id) {
|
choiceMore(type, title, id) {
|
||||||
this.nodeListMore = []
|
this.nodeListMore = []
|
||||||
this.nodeListMore.push(id)
|
if(id){
|
||||||
|
this.nodeListMore.push(id)
|
||||||
|
}
|
||||||
this.type = type
|
this.type = type
|
||||||
this.titleMore = title
|
this.titleMore = title
|
||||||
this.roleShowMore = true
|
this.roleShowMore = true
|
||||||
@@ -1386,6 +1388,7 @@ export default {
|
|||||||
})
|
})
|
||||||
if (this.type === 'authEngineer') {
|
if (this.type === 'authEngineer') {
|
||||||
this.addForm.authEngineer = nameList
|
this.addForm.authEngineer = nameList
|
||||||
|
console.log(this.addForm.authEngineer);
|
||||||
} else {
|
} else {
|
||||||
this.addForm.qaEngineer = nameList
|
this.addForm.qaEngineer = nameList
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user