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