mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
fix:直播id
This commit is contained in:
@@ -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