| | |
| | | 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: { |
| | |
| | | padding: 20px 0px; |
| | | |
| | | ::v-deep .el-input__inner { |
| | | background-color: #09152f; |
| | | border: 1px solid #17324c; |
| | | // background-color: #09152f; |
| | | // border: 1px solid #17324c; |
| | | } |
| | | } |
| | | |