|
@@ -7,7 +7,7 @@ import {RESET,SETDROPSHOW,HIDEDROP,CLICKCOUNT,ISREAD} from '@store/types/homePag
|
|
|
import {getModules as fetchModules} from '@store/async-actions/fetchModules.js';
|
|
|
import {getCommSymptomPush} from '@store/async-actions/mainSuit.js'
|
|
|
import {GET_BIGDATAPUSH,MIX_CONFIRM,COMM_CONFIRM,CHANGE_LABELVAL} from '@store/types/mainSuit';
|
|
|
-import {SETCHECKBOX,CHANGE_LABELVAL as CHANGECHECKTEXTLABEL} from '@types/checkBody';
|
|
|
+import {SETCHECKBOX,CHANGECHECKTEXTLABEL} from '@types/checkBody';
|
|
|
import {CURRENT_CONFIRM,SETMAINCHECKBOX,CURRENT_TEXT_LABEL,CURRENT_GET_BIGDATAPUSH} from '@types/currentIll';
|
|
|
import {getLabelIndex,fullfillText,getIds} from '@common/js/func.js';
|
|
|
import {Notify} from '@commonComp';
|