|
|
|
|
@ -655,7 +655,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
|
if(this.pageType == 'edit'){ |
|
|
|
|
console.log('deptNameList ===>',this.peopleList) |
|
|
|
|
let tmp = this.peopleList.find(item => item.id == this.roadData.responsiblePersonId) |
|
|
|
|
this.peopleIndex = this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId) |
|
|
|
|
this.peopleIndex = this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId) <= -1 ? '' : this.peopleList.findIndex(item => item.id == this.roadData.responsiblePersonId) |
|
|
|
|
console.log('peopleIndex ===>',this.peopleIndex) |
|
|
|
|
this.peopleName = tmp ? tmp.people : '' + this.roadData.contactNumber |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
@ -938,6 +939,8 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
|
|
|
|
|
|
.remark_item{ |
|
|
|
|
// color: #333; |
|
|
|
|
margin-top: 30rpx; |
|
|
|
|
margin-bottom: 30rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.left{ |
|
|
|
|
@ -1036,7 +1039,7 @@ import { calcMom, calcYoy, checkNotEmpty, getDateStr, lastYearDate } from '../.. |
|
|
|
|
margin: 0 auto; |
|
|
|
|
background-color: #F6F6F6; |
|
|
|
|
border-radius: 30rpx; |
|
|
|
|
margin-top: 15rpx; |
|
|
|
|
margin-top: 30rpx; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.content{ |
|
|
|
|
|