forked from 77media/video-flow
Merge branch 'dev' of https://git.qikongjian.com/77media/video-flow into dev
This commit is contained in:
commit
42aab61892
@ -586,6 +586,8 @@ export function useWorkflowData() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('---look-taskData', taskData);
|
||||||
|
|
||||||
// 设置步骤
|
// 设置步骤
|
||||||
setCurrentStep(taskData.status);
|
setCurrentStep(taskData.status);
|
||||||
setTaskObject(prev => {
|
setTaskObject(prev => {
|
||||||
|
|||||||
@ -48,6 +48,10 @@ export function ShotTabContent({
|
|||||||
const shotsEditorRef = useRef<any>(null);
|
const shotsEditorRef = useRef<any>(null);
|
||||||
const videoRef = useRef<HTMLVideoElement>(null);
|
const videoRef = useRef<HTMLVideoElement>(null);
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
console.log('shotTabContent-----roles', roles);
|
||||||
|
}, [roles]);
|
||||||
|
|
||||||
// 监听当前选中index变化
|
// 监听当前选中index变化
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('shotTabContent-----shotData', shotData);
|
console.log('shotTabContent-----shotData', shotData);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user