From ab3072bb85b73f8a1a30a21350e733850570da00 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 26 十一月 2024 22:25:16 +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