forked from 77media/video-flow
去掉 重新生成 分镜视频 调用update接口
This commit is contained in:
parent
b560f907b7
commit
ed4dff0c93
@ -188,9 +188,9 @@ export class VideoSegmentEditUseCase {
|
|||||||
this.loading = true;
|
this.loading = true;
|
||||||
const shot_descriptions = VideoSegmentEntityAdapter.lensTypeToTaskItem(shot_Lens);
|
const shot_descriptions = VideoSegmentEntityAdapter.lensTypeToTaskItem(shot_Lens);
|
||||||
// 如果有shot_id,先保存分镜数据
|
// 如果有shot_id,先保存分镜数据
|
||||||
if (shot_id) {
|
// if (shot_id) {
|
||||||
await this.saveShotPrompt(project_id, shot_id, shot_descriptions);
|
// await this.saveShotPrompt(project_id, shot_id, shot_descriptions);
|
||||||
}
|
// }
|
||||||
|
|
||||||
const response = await regenerateShot({
|
const response = await regenerateShot({
|
||||||
project_id,
|
project_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user