feat : 项目实施-台账新增表格更新功能
This commit is contained in:
@@ -145,3 +145,10 @@ export const getPreProcess= () => {
|
||||
method: "get"
|
||||
});
|
||||
};
|
||||
export const updateLedger = (data) => {
|
||||
return request({
|
||||
url: '/workflow/mosr/expense/ledger/replenishment',
|
||||
method: "post",
|
||||
data: data
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user