|  |  | 
 |  |  |       activeType: '6', | 
 |  |  |       subLoading: false, | 
 |  |  |       apprList: [ | 
 |  |  |         { remark: '审批人', active: false, memberType: 1, type: '1', objIds: [] }, | 
 |  |  |         { remark: '审批人', active: false,approveType: 0, memberType: 1, type: '1', objIds: [] }, | 
 |  |  |         { remark: '抄送人', active: false, type: '1', objIds: [] } | 
 |  |  |       ], | 
 |  |  |       activeIndex: 0, | 
 |  |  | 
 |  |  |       this.getfindCompanyTreePage() | 
 |  |  |       this.apprList = [ | 
 |  |  |         { remark: '审批人', active: false, type: '0', memberType: 1, objIds: [] }, | 
 |  |  |         { remark: '抄送人', active: false, type: '1', objIds: [] } | 
 |  |  |         { remark: '抄送人', active: false,approveType: 0, type: '1', objIds: [] } | 
 |  |  |       ] | 
 |  |  |       this.param = {} | 
 |  |  |       this.searchForm = {} | 
 |  |  | 
 |  |  |       this.activeIndex = 0 | 
 |  |  |     }, | 
 |  |  |     handleAddAppr() { | 
 |  |  |       this.apprList.splice(this.apprList.length - 1, 0, { remark: '审批人', active: false, memberType: 1, type: 0, objIds: [] }) | 
 |  |  |       this.apprList.splice(this.apprList.length - 1, 0, { remark: '审批人',approveType: 0, active: false, memberType: 1, type: 0, objIds: [] }) | 
 |  |  |       // this.apprList.push({ remark: '审批人', active: false, type: '0' }) | 
 |  |  |     }, | 
 |  |  |     // 获取组织树 |