部门周记页面完善

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)
} else {
console.log('error submit!!')
console.log('error submit!!!')
return false
}
})

View File

@ -99,7 +99,7 @@
data (){
return {
expandRight: false,
// table
// table
tableShowSingleOperation: {
show: true,
showEdit: false,

View File

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