|
@@ -1,12 +1,12 @@
|
|
|
export const SET = 'set_check_data';
|
|
|
-export const SETSELECTED = 'check_body_select';
|
|
|
-export const SETNUMBER = 'set_check_number_drop';
|
|
|
+export const SETSELECTED4 = 'check_body_select';
|
|
|
+export const SETNUMBER4 = 'set_check_number_drop';
|
|
|
export const ADDLABELITEM = 'add_check_item';
|
|
|
export const SETCHECKTEXT = 'set_check_text';
|
|
|
export const SETCHECKBOX = 'set_check_checkbox_drop';
|
|
|
export const SETSEARCHDATA = 'set_check_search_data';
|
|
|
export const SELECTSEARCHDATA = 'select_check_search_data';
|
|
|
-export const CHANGE_LABELVAL = 'change_check_text';
|
|
|
+export const CHANGECHECKTEXTLABEL = 'change_check_text';
|
|
|
export const CLEARCHECKBODY = 'clear_check_body';
|
|
|
export const CHECK_FOCUS_INDEX = 'check_focus_text_index';
|
|
|
export const CHECKBODY_CLEAR = 'clear_search_check_body';
|