custom-中航富士达
This commit is contained in:
parent
cdd98ea602
commit
a9e40aaa5e
|
|
@ -241,7 +241,7 @@ class Index extends Component {
|
|||
childFrameObj && childFrameObj.contentWindow.postMessage(JSON.stringify({ ...payload, i18n }), "*");
|
||||
};
|
||||
handleChangeProgramme = (type, schemeId, payload) => {
|
||||
this.getPaymentForm({ ...payload, welfareTypeEnum: welfareTypeEnum[type], schemeId })
|
||||
this.getPaymentForm({ ...payload, welfareTypeEnum: welfareTypeEnum[type], schemeId, changeScheme: true })
|
||||
.then(({ status, data }) => {
|
||||
if (status) {
|
||||
const { data: defVal, items, comData, comItems } = data;
|
||||
|
|
|
|||
Loading…
Reference in New Issue