| | |
| | | <!-- 详情页面 --> |
| | | <el-dialog :visible.sync="dialogView" width="80%" title="基础信息(人工)" v-if="dialogView" |
| | | :before-close="handleNoClose"> |
| | | <MyDetail :info=info v-if="myproblem==1 ? true:false"></MyDetail> |
| | | <MyIllDetail :info=info v-else></MyIllDetail> |
| | | <MyDetail :info=info v-if="myproblem==1 ? true:false" :mycode = 'code'></MyDetail> |
| | | <MyIllDetail :info=info v-else :mycode="code"></MyIllDetail> |
| | | </el-dialog> |
| | | <!-- tools --> |
| | | <div class="tools"> |
| | |
| | | caseId: '', |
| | | myproblem: 1, |
| | | instatus: 7, |
| | | code:'' |
| | | } |
| | | }, |
| | | created() { |
| | |
| | | done(); |
| | | }, |
| | | async JumpView(data) { |
| | | this.code = data.code |
| | | await this.getEventInfo(data.code); |
| | | }, |
| | | // 获取案件信息 |