| | |
| | | <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> |
| | |
| | | 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; |