|
@@ -91,7 +91,7 @@ const getOption = (data: any) => {
|
|
|
area: obj?.area_test_id || '',
|
|
|
ctrl: obj?.area_ctrl_id || '',
|
|
|
time: obj?.test_time || '',
|
|
|
- music: obj?.music_info?.url || '',
|
|
|
+ music: obj?.music_info?.id || '',
|
|
|
};
|
|
|
optionWindowRef.value.getGesture(project, dataObj);
|
|
|
} else {
|