feat:外链添加到阶段

This commit is contained in:
songwc
2022-11-07 10:05:32 +08:00
parent 58652aa012
commit 9e531dd237
3 changed files with 137 additions and 101 deletions

View File

@@ -338,6 +338,10 @@ export default {
type: Number,
default: null,
},
chooseStageId: {
type: Number,
default: null,
},
},
setup(props, ctx) {
// const router = useRouter();
@@ -612,7 +616,7 @@ export default {
name: state.obj.liveName,
projectId: props.projectId,
projectTaskId: 0,
stageId: 0,
stageId: props.chooseStageId,
type: 6,
})
.then((res) => {