|
|
@@ -289,11 +289,11 @@
|
|
|
organizeOption: [], // 审批部门
|
|
|
auditerOption: [], // 审批人
|
|
|
secorgtreelist: [],
|
|
|
- majorDept: [],
|
|
|
+ majorDept: [100000000, 100000001, 100000071],
|
|
|
auditbusList: [], // 待审核业务
|
|
|
allorgunitOptions: [],
|
|
|
userOptions: [],
|
|
|
- selectDept: 100000071,
|
|
|
+ selectDept: '',
|
|
|
dialogMakeSure: false,
|
|
|
dialogAllocation: false,
|
|
|
dialogMakeSure2: false,
|
|
|
@@ -732,11 +732,11 @@
|
|
|
|
|
|
checkstatus () {
|
|
|
this.shenheForm.Auditer = this.auditer
|
|
|
- this.shenheForm.MajorDept = this.majorDept[this.majorDept.length - 1]
|
|
|
+ this.shenheForm.MajorDept = this.selectDept
|
|
|
let params = {
|
|
|
FirstAuditName: this.auditer,
|
|
|
SecondAudit: this.fushenauditer,
|
|
|
- ThirdAudit: this.majorDept[this.majorDept.length - 1]
|
|
|
+ ThirdAudit: this.selectDept
|
|
|
}
|
|
|
console.log('---params', params)
|
|
|
api2.auditEntityFir(this.formData.Id, params, this.shenheForm, this.$axios).then(res => {
|