|
@@ -334,7 +334,6 @@ export default {
|
|
|
this.getDetailsHeader(id)
|
|
|
this.getprocessInformation(row)
|
|
|
this.keyId = id
|
|
|
- this.changeDeptLead(row.deptId)
|
|
|
this.rowMsg = row
|
|
|
},
|
|
|
//查询审批人领导给提示
|
|
@@ -359,20 +358,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
},
|
|
|
- // 根据部门查询人员
|
|
|
- changeDeptLead(val) {
|
|
|
- let that = this
|
|
|
- let params = {
|
|
|
- current: 1,
|
|
|
- size: 500,
|
|
|
- orgId: val
|
|
|
- }
|
|
|
- apiGetuserPageList(params).then(datas =>{
|
|
|
- if (datas && datas.data) {
|
|
|
- that.deptLeaderOptionDet = datas.data.records
|
|
|
- }
|
|
|
- })
|
|
|
- },
|
|
|
getUserPostList() {
|
|
|
let that = this
|
|
|
that.showMessage = false
|