|
@@ -967,6 +967,7 @@
|
|
|
},
|
|
},
|
|
|
auditOrgChange (val) {
|
|
auditOrgChange (val) {
|
|
|
let auditstepcode = ''
|
|
let auditstepcode = ''
|
|
|
|
|
+ console.log('基建类申请状态', this.formData.Status)
|
|
|
if (this.formData.Status === '1') {
|
|
if (this.formData.Status === '1') {
|
|
|
auditstepcode = 'SECOND_TRIAL'
|
|
auditstepcode = 'SECOND_TRIAL'
|
|
|
} else if (this.formData.Status === '3') {
|
|
} else if (this.formData.Status === '3') {
|
|
@@ -980,7 +981,9 @@
|
|
|
// console.log(deptid)
|
|
// console.log(deptid)
|
|
|
// this.auditerOptions = []
|
|
// this.auditerOptions = []
|
|
|
// this.auditer = ''
|
|
// this.auditer = ''
|
|
|
|
|
+ console.log('请求复审人员')
|
|
|
api.getAuditerByDept(this.authUser.Profile.DepartmentId, auditstepcode, this.$axios).then(res => {
|
|
api.getAuditerByDept(this.authUser.Profile.DepartmentId, auditstepcode, this.$axios).then(res => {
|
|
|
|
|
+ console.log('复审人员返回结果', res.data)
|
|
|
this.secauditerOptions = res.data.item
|
|
this.secauditerOptions = res.data.item
|
|
|
}).catch(err => {
|
|
}).catch(err => {
|
|
|
console.error(err)
|
|
console.error(err)
|