mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -752,8 +752,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