feat:获取阶段 切换阶段切换任务列表

This commit is contained in:
songwc
2022-11-04 18:00:51 +08:00
parent 9693d52b32
commit e64e7e9c19
2 changed files with 50 additions and 34 deletions

View File

@@ -334,6 +334,10 @@ export default {
type: Number,
default: null,
},
projectId: {
type: Number,
default: null,
},
},
setup(props, ctx) {
// const router = useRouter();
@@ -606,9 +610,9 @@ export default {
duration: state.obj.liveDuration,
flag: true,
name: state.obj.liveName,
projectId: 28,
projectId: props.projectId,
projectTaskId: 0,
stageId: 3,
stageId: 0,
type: 6,
})
.then((res) => {