未符合项新增,责任工程师ui
This commit is contained in:
@@ -1120,7 +1120,7 @@ export default {
|
||||
this.roleShowflag = true
|
||||
},
|
||||
drawerCheck(data) {
|
||||
this.addForm.dutyEngineer = data[0].name.slice(0,data[0].name.indexOf('('))
|
||||
this.addForm.dutyEngineer = data[0].name
|
||||
this.roleShowflag = false
|
||||
},
|
||||
/** 选择认证工程师和质量工程师 */
|
||||
@@ -1140,7 +1140,7 @@ export default {
|
||||
idList += ','
|
||||
}
|
||||
idList += item.id
|
||||
nameList += item.name.slice(0,item.name.indexOf('('))
|
||||
nameList += item.name
|
||||
})
|
||||
if (this.type === 'authEngineer') {
|
||||
this.addForm.authEngineer = nameList
|
||||
|
||||
Reference in New Issue
Block a user