|
@ -329,7 +329,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
import { save, listAll, fetchDetailBySid } from '@/api/anruifinmanagement/paymentConfirmation.js' |
|
|
import { save, listAll, fetchDetailBySid } from '@/api/anruifinmanagement/paymentConfirmation.js' |
|
|
import Upload from '@/components/uploadFile/filesUpload' // 上传文件 |
|
|
import Upload from '@/components/uploadFile/filesUpload' // 上传文件 |
|
|
import { selAccountByOrgSid, typeValues, fetchDetailsByUseOrgSid, getOrgSidByPath, selectOrgList } from '@/api/jichuxinxi/dictcommons' |
|
|
import { selAccountByOrgSid, typeValues, fetchDetailsByUseOrgSid, getOrgSidByPath, selectOrgList2 } from '@/api/jichuxinxi/dictcommons' |
|
|
import amountpledged from '../paymentConfirmation/relation/amountpledged' |
|
|
import amountpledged from '../paymentConfirmation/relation/amountpledged' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
@ -464,7 +464,7 @@ export default { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
selectOrgList({ userSid: window.sessionStorage.getItem('userSid'), orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
selectOrgList2({ userSid: window.sessionStorage.getItem('userSid'), orgPath: window.sessionStorage.getItem('defaultOrgPath') }).then((res) => { |
|
|
if (res.success) { |
|
|
if (res.success) { |
|
|
this.staffDept_list = res.data |
|
|
this.staffDept_list = res.data |
|
|
} |
|
|
} |
|
|