This commit is contained in:
yuping
2022-12-18 17:00:06 +08:00
parent a013339aaa
commit bf1d3a70e3
2 changed files with 15 additions and 15 deletions

View File

@@ -3357,8 +3357,6 @@ export default {
*/
}
state.stage = res.data.data.stageList.map(e => ({id: e.stageId, name: e.name}))
console.log(1111111111111)
console.log(state.stage)
let info = res.data.data.projectInfo;
// let start = toDate(info.beginTime / 1000, "Y-M-D h:m");
let start = info.beginTime;