From 17ce03611f5a845a7a867f96965a587fb63ae71a Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期二, 26 十一月 2024 16:44:40 +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