部门周记页面完善

This commit is contained in:
chen 2024-07-10 16:40:48 +08:00
parent 648d3d281f
commit a0483a70ba
3 changed files with 2 additions and 3 deletions

View File

@ -359,7 +359,7 @@ export default {
}) })
console.log(data) console.log(data)
} else { } else {
console.log('error submit!!') console.log('error submit!!!')
return false return false
} }
}) })

View File

@ -59,7 +59,6 @@ export default {
/** /**
* 部门周报填报管理 * 部门周报填报管理
*
* */ * */
getDepartmentWeekly: (param) => Ax('post', '/api/project/departmentWeekly', param), getDepartmentWeekly: (param) => Ax('post', '/api/project/departmentWeekly', param),
getWorkLoad: (id) => Ax('get', `/api/project/departmentWeekly/showById/${id}`, id), getWorkLoad: (id) => Ax('get', `/api/project/departmentWeekly/showById/${id}`, id),