custom-中航富士达
This commit is contained in:
parent
e382c765bd
commit
eeb2df7596
|
|
@ -47,7 +47,7 @@ class WelfareRecordList extends Component {
|
|||
case "CALC":
|
||||
case "VIEW":
|
||||
const payload = {
|
||||
billMonth: params.billMonth,
|
||||
billMonth: params.billMonth, creator: params.creator,
|
||||
paymentOrganization: params.paymentOrganizationId,
|
||||
fsdSbjndw: params.fsdSbjndw || "",
|
||||
type: id === "VIEW" ? "detail" : ""
|
||||
|
|
|
|||
|
|
@ -52,7 +52,8 @@ export default class NormalIndex extends Component {
|
|||
fieldData: {}, //选中的表单头信息
|
||||
importParams: { //导入信息的弹框表示
|
||||
visible: false, fieldUrl: "getWelfareList", tmpUrl: "exportSiaccountWelfareImporttemplate",
|
||||
cacheUrl: "cacheWelfareListField", importUrl: "importInsuranceAcctDetail", importparams: {}
|
||||
cacheUrl: "cacheWelfareListField", importUrl: "importInsuranceAcctDetail",
|
||||
importparams: { fsdSbjndw: getQueryString("fsdSbjndw") }
|
||||
},
|
||||
returnEditPersonSlide: {
|
||||
title: "",
|
||||
|
|
|
|||
Loading…
Reference in New Issue