|
|
@@ -1513,10 +1513,10 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
getFirAuditerByDept () {
|
|
|
- let deptid = this.authUser.Profile.DepartmentId
|
|
|
+ let deptId = this.authUser.Profile.DepartmentId
|
|
|
this.userOptions = []
|
|
|
- let auditstepcode = 'FIRST_TRIAL' // 初审人
|
|
|
- api.getFirAuditerByDept(deptid, auditstepcode, this.$axios).then(res => {
|
|
|
+ let auditStepCode = 'FIRST_TRIAL' // 初审人
|
|
|
+ api.getFirAuditerByDept(deptId, auditStepCode, this.$axios).then(res => {
|
|
|
this.firOptions = res.data.item
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|