|  |  | 
 |  |  | import upload from '@/components/common/upload' | 
 |  |  | import { memberList } from '@/api/business/hiddenDangerParam' | 
 |  |  | import { mapState } from 'vuex' | 
 |  |  | import { dealHiddenDanger } from '@/api/business/hiddenDanger' | 
 |  |  | export default { | 
 |  |  |   components: { GlobalWindow, upload }, | 
 |  |  |   extends: BaseOpera, | 
 |  |  | 
 |  |  |       rulesBack: { | 
 |  |  |         checkDate: [ | 
 |  |  |           { required: true, message: '请选择退回时间' } | 
 |  |  |         ]/*, | 
 |  |  |         ] | 
 |  |  |         /*, | 
 |  |  |         dealBeforeFileList: [ | 
 |  |  |           { required: true, message: '请上传整改前情况' } | 
 |  |  |         ]*/ | 
 |  |  | 
 |  |  |         this.memberList = [] | 
 |  |  |         this.transForm = { | 
 |  |  |           memberId: null | 
 |  |  |         }, | 
 |  |  |         } | 
 |  |  |         this.dealForm = { | 
 |  |  |           checkDate: null, | 
 |  |  |           checkInfo: null, | 
 |  |  |           dealBeforeFileList: [], | 
 |  |  |           dealAfterFileList: [] | 
 |  |  |         }, | 
 |  |  |         } | 
 |  |  |         this.backForm = { | 
 |  |  |           checkDate: null, | 
 |  |  |           checkInfo: null, |