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