|  |  | 
 |  |  |     width="600px" | 
 |  |  |     :visible.sync="isShowModal" | 
 |  |  |     :confirm-working="isWorking" | 
 |  |  |     @close="close" | 
 |  |  |     @confirm="confirm" | 
 |  |  |   > | 
 |  |  |     <el-form :model="param" ref="paramRef" :rules="rules"> | 
 |  |  | 
 |  |  |       this.getfindCompanyTreePage() | 
 |  |  |     }, | 
 |  |  |     getfindCompanyTreePage() { | 
 |  |  |       companyGetListPost({}) | 
 |  |  |       companyGetListPost({queryHiddenDanger: 1}) | 
 |  |  |         .then(res => { | 
 |  |  |           if (res && res.length > 0) { | 
 |  |  |             this.department = res | 
 |  |  | 
 |  |  |     }, | 
 |  |  |     getAddrList() { | 
 |  |  |       const { companyId } = this.param | 
 |  |  |       this.$set(this.param, 'areaId', '') | 
 |  |  |       this.$set(this.param, 'checkUserId', '') | 
 |  |  |       allList({ type: 0,companyId }).then(res => { // 位置 | 
 |  |  |         this.addrList = res || [] | 
 |  |  |       }) | 
 |  |  | 
 |  |  |     handleDelImg (i) { | 
 |  |  |       this.fileList.splice(i, 1) | 
 |  |  |     }, | 
 |  |  |     close(){ | 
 |  |  |       this.isShowModal = false | 
 |  |  |       this.$emit('close') | 
 |  |  |     }, | 
 |  |  |     // 同步信息 | 
 |  |  |     confirm () { | 
 |  |  |       this.$refs.paramRef.validate((valid) => { |