zhanghua
2022-12-08 1ec00a645693dbc08b7ea70855451bbd72c43a6a
src/components/scene/index.vue
@@ -161,8 +161,8 @@
            this.arrivalSituation.situationPic = mylist.situationPic.split(",")
        }
        this.mybaseCase = baseCase;
        if (baseCase.violations) {
          this.type = baseCase.violations.typeText;
        if (baseCase.violationsVO) {
          this.type = baseCase.violationsVO.typeText;
        } else {
          this.type = baseCase.illegalBuilding.categoryText;
        }