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