luobisheng
2022-11-29 24009c065267b26cfff0dac93fd89b82179e1446
src/views/operate/disposal/casepool/dispatch/index.vue
@@ -324,7 +324,7 @@
                .then(({ baseCase, currentSitVo, filesPictureVo, handlePassVo }) => {
                  this.vioData = currentSitVo;
                  this.imageResourceId = filesPictureVo.imageResources[0]?.id;
                  this.illegalType = this.mystatus === 1 ? baseCase.violations.actionCause : baseCase.illegalBuilding.categoryText;
                  this.illegalType = this.mystatus === 1 ? baseCase.violations.typeText : baseCase.illegalBuilding.categoryText;
                })
                .catch(err => this.$message.error(err))
          this.dialogUpload = true;