接口参数修改
This commit is contained in:
@@ -56,7 +56,7 @@ const onSwiperIndexChange = (index) => {
|
||||
};
|
||||
|
||||
const createPractise = async (arrows) => {
|
||||
const result = await createPractiseAPI(arrows);
|
||||
const result = await createPractiseAPI(arrows, 1);
|
||||
if (result) practiseId.value = result.id;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user