| | |
| | | if (invesList) { |
| | | if (invesList) { |
| | | this.investigation = invesList; |
| | | this.investigation.pic = invesList.pic.split(","); |
| | | this.investigation.pic = invesList.pic?.split(","); |
| | | this.partyInfo = invesList.partyInfo; |
| | | } |
| | | } |
| | |
| | | this.arrivalSituation.situationPic = mylist.situationPic.split(",") |
| | | } |
| | | this.mybaseCase = baseCase; |
| | | if (baseCase.violations == null) { |
| | | this.type = baseCase.illegalBuilding.categoryText |
| | | if (baseCase.violationsVO) { |
| | | this.type = baseCase.violationsVO.typeText; |
| | | } else { |
| | | this.type = baseCase.violations.typeText; |
| | | this.type = baseCase.illegalBuilding.categoryText; |
| | | } |
| | | }, |
| | | methods: { |