bug修复

This commit is contained in:
李东进1
2023-02-19 01:13:30 +08:00
parent 20aa37fe5f
commit ddb970cdca
3 changed files with 7 additions and 3 deletions

View File

@@ -107,8 +107,11 @@ export default {
};
const noticeFlag = () => {
//state.noticeChecked = !state.noticeChecked;
console.log("111", state.projectInfo);
console.log("111", state.projectInfo,props.projectId);
state.projectInfo.noticeFlag = state.noticeChecked ? 1 : 0;
state.projectInfo.projectId = props.projectId;
state.projectInfo.beginTime = null;
state.projectInfo.endTime = null;
editProj(state.projectInfo)
.then((res) => {
console.log("res5555555555", res);