mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 07:16:46 +08:00
fix:直播id
This commit is contained in:
@@ -710,8 +710,8 @@ export default {
|
||||
offcoursePlanId: props.EditFaceId > 0 ? props.EditFaceId : 0,
|
||||
testId: state.EditTestId,
|
||||
duration: state.duration,
|
||||
attach:state.attach,
|
||||
id: props.taskIdDraft
|
||||
attach:state.attach,
|
||||
id: props.edit ? props.taskIdDraft : null
|
||||
};
|
||||
console.log("obj============", obj, "6" + "9");
|
||||
console.log("222222222");
|
||||
|
||||
Reference in New Issue
Block a user