| | |
| | | <!-- 到达现场情况 --> |
| | | <MyArrive ref="arrive"></MyArrive> |
| | | <!-- 调查取证 --> |
| | | <MyEvidence ref="evidence" :mytype="1"></MyEvidence> |
| | | <MyEvidence ref="evidence" :mytype="1" :mycode="mycode"></MyEvidence> |
| | | <!-- 底部按钮 --> |
| | | <div class="footer"> |
| | | <el-button @click="handleSubmit" type="primary">确定</el-button> |
| | |
| | | |
| | | } |
| | | }, |
| | | props: ['caseId', 'closeDialog'], |
| | | props: ['caseId', 'closeDialog','mycode'], |
| | | created() { |
| | | console.log(this.caseId); |
| | | }, |
| | |
| | | description: evidence.evidence.description, |
| | | pic: `${evidence.evidence.pic}`, |
| | | // |
| | | illegalType: evidence.user.illegalType, |
| | | // illegalType: evidence.user.illegalType, |
| | | name: evidence.user.name, |
| | | phoneCode: evidence.user.phoneCode, |
| | | certificateType: evidence.user.certificateType, |