wl
2022-11-30 f4c324b44aadc4d8a44d4c67c588d2f76261ccaa
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;