mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
fix:直播id
This commit is contained in:
@@ -711,7 +711,7 @@ export default {
|
||||
testId: state.EditTestId,
|
||||
duration: state.duration,
|
||||
attach:state.attach,
|
||||
id: props.taskIdDraft
|
||||
id: props.edit ? props.taskIdDraft : null
|
||||
};
|
||||
console.log("obj============", obj, "6" + "9");
|
||||
console.log("222222222");
|
||||
|
||||
@@ -753,8 +753,7 @@ export default {
|
||||
otherSettings: state.switchC2 ? "1" : "0", //1或0
|
||||
signOutTime: state.inputV8,
|
||||
standardSettings: state.radioV1, //1或2
|
||||
isEvaluate: state.needEval ? "1" : "0",
|
||||
id: props.edit? props.taskIdDraft : ""
|
||||
isEvaluate: state.needEval ? "1" : "0"
|
||||
};
|
||||
console.log("我是要更新的数据", state.obj);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user