|
@@ -23,7 +23,7 @@ export function getJudgeProperty() {
|
|
|
sn_position: serialNumberPositionList[3].value,
|
|
|
sn_display_mode: displayList[0].value,
|
|
|
option_type_list: [option_type_list[0].value, option_type_list[1].value, option_type_list[2].value],
|
|
|
- is_view_incertitude: switchOption[0].value,
|
|
|
+ is_view_incertitude: switchOption[1].value,
|
|
|
};
|
|
|
}
|
|
|
|