zhanghua
2022-11-25 f3b8ee4f39640bf2799d81ad0107a6a1e1e1421d
src/views/operate/disposal/casepool/dispatch/index.vue
@@ -72,7 +72,7 @@
                        <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>
@@ -319,11 +319,11 @@
                    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;