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