|
@@ -8,7 +8,6 @@ import {pregetCheckbodyData} from '@store/async-actions/fetchModules';
|
|
|
|
|
|
const api={
|
|
|
push:'/push/pushInner',
|
|
|
- textPush:'/push/pushText',
|
|
|
getTableList:'/scale/getList', //获取量表列表
|
|
|
getTableInfo:'/scale/getContent', //获取量表明细
|
|
|
getConceptDetail:'/conceptDetail/getConceptDetail', //获取静态提示信息
|
|
@@ -19,9 +18,6 @@ export const billing = (mdata,boxMark) => {
|
|
|
return (dispatch, getState) =>{
|
|
|
const state = getState();
|
|
|
let url = api.push;
|
|
|
- if(+state.typeConfig.typeConfig===1){
|
|
|
- url=api.textPush;
|
|
|
- }
|
|
|
const checkBody = state.checkBody.data;
|
|
|
let getCheck = boxMark==2&&!(checkBody&&checkBody.length>0&&!checkBody[0].full);
|
|
|
const emrData = getEMRParams();
|