|
@@ -1,5 +1,5 @@
|
|
|
import { get, post, json } from "@utils/ajax";
|
|
|
-import { BILLING_ADVICE, SET_TIPS, SET_TIPS_DETAILS ,SET_CHRONIC_TABLELIST,SET_SCALE_INFO,SET_CHRONIC_PUSHS,SHOW_TABLE_LIST, SHOW_TIPS_DETAILS} from '@store/types/pushMessage';
|
|
|
+import { BILLING_ADVICE, SET_TIPS, SET_TIPS_DETAILS ,SET_CHRONIC_TABLELIST,SET_SCALE_INFO,SET_CHRONIC_PUSHS,SHOW_TABLE_LIST, SHOW_TIPS_DETAILS,TOGGLE_CHRONIC_INFO} from '@store/types/pushMessage';
|
|
|
import { SET_DRUG_INFO, SHOW_DRUG_INFO } from '@store/types/treat';
|
|
|
import { SET_CLICK_DIAG } from '../types/diagnosticList';
|
|
|
import {storageLocal,getEMRParams} from '@utils/tools';
|