|
|
@@ -150,12 +150,10 @@
|
|
|
// })
|
|
|
|
|
|
let deptid = data.id
|
|
|
- console.log(deptid)
|
|
|
this.userOptions = []
|
|
|
let auditstepcode = 'FIRST_TRIAL'
|
|
|
supapi.getAuditerByDept(deptid, auditstepcode, this.$axios).then(res => {
|
|
|
this.userOptions = res.data.item
|
|
|
- console.log(this.userOptions)
|
|
|
if (res.data.item != null && res.data.item.length > 0) {
|
|
|
this.AuditorForm.UserId = res.data.item[0].id
|
|
|
}
|