|
|
@@ -594,7 +594,7 @@
|
|
|
this.getDictOptions()
|
|
|
this.initDatas()
|
|
|
// this.orgtreeChange(this.majorDept)
|
|
|
- // this.changeOrgUnit(this.selectDept)
|
|
|
+ this.changeOrgUnit(this.selectDept)
|
|
|
// this.getorgtreelist()
|
|
|
// this.getorgtreelistbydeptid()
|
|
|
},
|
|
|
@@ -958,12 +958,10 @@
|
|
|
})
|
|
|
},
|
|
|
getFirAuditerByDept () {
|
|
|
- console.log(this.authUser.Profile)
|
|
|
let deptid = this.authUser.Profile.DepartmentId
|
|
|
this.userOptions = []
|
|
|
let auditstepcode = 'FIRST_TRIAL' // 初审人
|
|
|
api.getFirAuditerByDept(deptid, auditstepcode, this.$axios).then(res => {
|
|
|
- console.log(res)
|
|
|
this.firOptions = res.data.item
|
|
|
}).catch(err => {
|
|
|
console.error(err)
|