[update] 收入合同、eslint
This commit is contained in:
@@ -334,10 +334,10 @@ export default {
|
||||
chargeNoticeId: this.workingGroupDetail.chargeNoticeBId
|
||||
}
|
||||
}
|
||||
if (chargeNoticeA && chargeNoticeA.hasOwnProperty('value')) {
|
||||
if (chargeNoticeA && chargeNoticeA.hasOwnProperty.call(chargeNoticeA, 'value')) {
|
||||
this.chargeNoticeList.push(chargeNoticeA)
|
||||
}
|
||||
if (chargeNoticeB && chargeNoticeB.hasOwnProperty('value')) {
|
||||
if (chargeNoticeB && chargeNoticeB.hasOwnProperty.call(chargeNoticeA, 'value')) {
|
||||
this.chargeNoticeList.push(chargeNoticeB)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user