|
@@ -2,7 +2,7 @@ import { json } from "@utils/ajax";
|
|
|
import { SET_TREAT } from '@store/types/diagnosticList';
|
|
|
import { ADD_DIAGNOSTIC, GET_DIAGNOSTIC_STR} from '@store/types/diagnosticList';
|
|
|
import { SET_DRUG_INFO, SET_TREATMENT, SET_RECOMMEND_BASIC } from '@store/types/treat';
|
|
|
-import {getEMRParams} from '@store/async-actions/fetchModules';
|
|
|
+import {storageLocal,getEMRParams} from '@utils/tools';
|
|
|
import { isAddMainSuit } from '@store/async-actions/diagnosticList';
|
|
|
|
|
|
const api={
|