|
|
@ -283,11 +283,6 @@ export default { |
|
|
|
this.formobj.createByName = window.sessionStorage.getItem('name') |
|
|
|
this.formobj.createBySid = window.sessionStorage.getItem('userSid') |
|
|
|
this.formobj.orgPath = window.sessionStorage.getItem('defaultOrgPath') |
|
|
|
if (this.formobj.loanBeCollectionRecordVehInitList.length > 0) { |
|
|
|
this.formobj.loanBeCollectionRecordVehInitList.forEach((e) => { |
|
|
|
this.formobj.saleVehSids.push(e.saleVehSid) |
|
|
|
}) |
|
|
|
} |
|
|
|
getOrgSidByPath({ orgPath: this.formobj.orgPath }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.formobj.useOrgSid = resp.data |
|
|
|