fix : 修复年度计划创建及状态

This commit is contained in:
2024-07-17 21:20:48 +08:00
parent fb469d5139
commit 2dea264c51
4 changed files with 15 additions and 21 deletions

View File

@@ -286,7 +286,7 @@ const headBtnClick = (key) => {
handleAdd()
break;
case 'export':
handleExport()
createAnnualPlan()
break;
}
}
@@ -298,7 +298,7 @@ const selectionChange = (data) => {
})
projectSelectList.value = data
}
const handleExport = () => {
const createAnnualPlan = () => {
let projectIds = []
projectSelectList.value.map(item => {
projectIds.push(item.projectId)