src/views/billprint/index.jsx
@@ -150,7 +150,7 @@ _param.rduri = window.GLOB.mainSystemApi } Api.getLocalConfig(_param).then(result => { Api.genericInterface(_param).then(result => { if (result.status) { let config = '' @@ -501,7 +501,7 @@ let componentId = item.componentId delete item.componentId return new Promise(resolve => { Api.getLocalConfig(item).then(res => { Api.genericInterface(item).then(res => { if (!res.status) { notification.warning({ top: 92,