feat : 台账导入

This commit is contained in:
2024-07-18 22:56:08 +08:00
parent 9d5c393ebe
commit 5deae5d846
4 changed files with 138 additions and 34 deletions

View File

@@ -160,6 +160,13 @@ export const searchUpdateLedgerData = (projectId) => {
method: "get"
});
};
//
// export const searchUpdateLedgerData = (projectId) => {
// return request({
// url: '/workflow/mosr/expense/ledger/import',
// method: "get"
// });
// };
export const exportExcel = (data) => {
return axios.post(