From 10e3aae03e62df2cd8a20510fc0bc2e54d53d3a8 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 26 十一月 2024 21:31:51 +0800 Subject: [PATCH] 项目投资管理页面+项目投资及资金来源页面 --- src/api/projectPlan/index.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api/projectPlan/index.js b/src/api/projectPlan/index.js index 05105a6..7ff6872 100644 --- a/src/api/projectPlan/index.js +++ b/src/api/projectPlan/index.js @@ -44,9 +44,9 @@ } // 鍒犻櫎椤圭洰璁″垝璁板綍 -export function delRecord(id) { +export function deletePlanRecord(id) { return request({ - url: '/plan/record/' + id, + url: '/api/project-plan-record/' + id, method: 'delete' }) } -- Gitblit v1.8.0