custom-中航富士达

This commit is contained in:
lys 2024-12-23 15:08:59 +08:00
parent cdd98ea602
commit a9e40aaa5e
1 changed files with 1 additions and 1 deletions

View File

@ -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;