fix : 修复项目实施-台账基础信息展示及表格更新功能

This commit is contained in:
2024-06-23 12:04:22 +08:00
parent 74e1938d3c
commit 1efe8c4aaf
6 changed files with 138 additions and 48 deletions

View File

@@ -152,3 +152,9 @@ export const updateLedger = (data) => {
data: data
});
};
export const searchUpdateLedgerData = (projectId) => {
return request({
url: `/workflow/mosr/expense/ledger/${projectId}`,
method: "get"
});
};

View File

@@ -22,7 +22,7 @@ export function getDepartmentTree() {
method: 'get'
})
}
export function getMosrDept(params) {
export function getMosrUser(params) {
return request({
url: '/admin/mosr/user/choose',
method: 'get',