部门周记页面完善
This commit is contained in:
parent
648d3d281f
commit
a0483a70ba
@ -359,7 +359,7 @@ export default {
|
||||
})
|
||||
console.log(data)
|
||||
} else {
|
||||
console.log('error submit!!')
|
||||
console.log('error submit!!!')
|
||||
return false
|
||||
}
|
||||
})
|
||||
|
@ -59,7 +59,6 @@ export default {
|
||||
|
||||
/**
|
||||
* 部门周报填报管理
|
||||
*
|
||||
* */
|
||||
getDepartmentWeekly: (param) => Ax('post', '/api/project/departmentWeekly', param),
|
||||
getWorkLoad: (id) => Ax('get', `/api/project/departmentWeekly/showById/${id}`, id),
|
||||
|
Loading…
x
Reference in New Issue
Block a user