|
|
@@ -243,7 +243,7 @@ |
|
|
|
import { getAccount , getTransfer , queryTransferDetail , listPayee , updateTransfer , getProjectto , listProject , addProjectto , customSubmit ,getQmyeFlow} from "@/api/onlineHome/bankAgriculture/paymentApproval"; |
|
|
|
import { |
|
|
|
attachmentList, |
|
|
|
commonAttach, |
|
|
|
commonAttach, listVaccount, listVaccount1, |
|
|
|
systemAttachment |
|
|
|
} from "../../../../api/onlineHome/bankAgriculture/paymentApproval"; |
|
|
|
import request from '@/utils/request'; |
|
|
@@ -326,15 +326,15 @@ |
|
|
|
this.projectFundTypeDictionaries = response.data; |
|
|
|
}); |
|
|
|
let params1={ |
|
|
|
accountType: "102", |
|
|
|
status: "N", |
|
|
|
villageAccountType:'1', |
|
|
|
"params":{townAccountType:'1'} |
|
|
|
} |
|
|
|
getAccount(params1).then((response) => { |
|
|
|
listVaccount1(params1).then((response) => { |
|
|
|
this.payerOptions = response.rows; |
|
|
|
response.rows.map((res,index) => { |
|
|
|
res['payerFrom'] = '1' |
|
|
|
console.log(res) |
|
|
|
this.payerOptions[index].text = res.accountName; |
|
|
|
this.payerOptions[index].text = res.payee; |
|
|
|
this.payerOptions[index].value = res.id; |
|
|
|
}) |
|
|
|
}); |
|
|
|