| | |
| | | <template slot-scope="scope"> |
| | | <div class="operation"> |
| | | <div class="btn"> |
| | | <span @click="opernDialog(scope.row)">上传处置结果</span> |
| | | <span @click="openDialog(scope.row)">上传处置结果</span> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | import uploadIll from "./updateUser/uploadResult/ill" |
| | | import MyDetail from '@/components/detail' |
| | | import MyIllDetail from '@/components/illdetail' |
| | | import casequery from "@/api/operate/casequery"; |
| | | import casequery from "@/api/operate/basecase"; |
| | | import helper from '@/utils/mydate' |
| | | export default { |
| | | components: { |
| | |
| | | this.dialogView = true; |
| | | }) |
| | | }, |
| | | async opernDialog(data) { |
| | | async openDialog(data) { |
| | | await casequery.getBaseCaseDetail(data.code) |
| | | .then(({ baseCase, currentSitVo, filesPictureVo, handlePassVo }) => { |
| | | this.vioData = currentSitVo; |
| | | this.imageResourceId = filesPictureVo.imageResources[0].id; |
| | | this.imageResourceId = filesPictureVo.imageResources[0]?.id; |
| | | }) |
| | | .catch(err => this.$message.error(err)) |
| | | this.dialogUpload = true; |