yxh
yxh
2026-05-09 51c9c79896a0fd780bcc2461d6ebbf9b310eaf7b
src/api/project/itemexpense.js
@@ -20,7 +20,7 @@
// 新增收入费用科目
export function addItemexpense(data) {
  return request({
    url: '/project/itemexpense',
    url: '/project/itemexpense/add',
    method: 'post',
    data: data
  })