|
|
@ -205,7 +205,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import req from '@/api/anruifinmanagement/payment' |
|
|
|
import { typeValues, getOrgSidByPath, fetchBySid, selectByOrgSid, getListOrg, brandDown, selectNameByOrg } from '@/api/jichuxinxi/dictcommons' |
|
|
|
import { typeValues, getOrgSidByPath, fetchBySid, getGysByOrgSid, getListOrg, brandDown, selectNameByOrg } from '@/api/jichuxinxi/dictcommons' |
|
|
|
import vehcile from './relation/vehcile' |
|
|
|
export default { |
|
|
|
name: 'fukuanEdit', |
|
|
@ -307,7 +307,7 @@ export default { |
|
|
|
getPathSidByUserSid() { |
|
|
|
getOrgSidByPath({ orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((response) => { |
|
|
|
if (response.success) { |
|
|
|
selectByOrgSid({ orgSid: response.data }).then((resp) => { |
|
|
|
getGysByOrgSid({ orgSid: response.data }).then((resp) => { |
|
|
|
if (resp.success) { |
|
|
|
this.formobj.payCompanySid = response.data |
|
|
|
this.receiveCompany_list = resp.data |
|
|
|