From 39e54367339902b8780ba107b15964b684e6c191 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 26 十一月 2024 01:15:22 +0800
Subject: [PATCH] 误删恢复

---
 src/api/project/plan/index.js |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/src/api/project/plan/index.js b/src/api/project/plan/index.js
index fc3bb10..0bc549b 100644
--- a/src/api/project/plan/index.js
+++ b/src/api/project/plan/index.js
@@ -9,6 +9,14 @@
   })
 }
 
+// 鏌ヨ鏈堝害璁″垝鍒楄〃
+export function getPlanRecordList(id) {
+  return request({
+    url: '/api/project-plan-record/' + id,
+    method: 'post'
+  })
+}
+
 // 鏌ヨ椤圭洰璁″垝璁板綍璇︾粏
 export function getRecord(id) {
   return request({
@@ -20,7 +28,7 @@
 // 鏂板椤圭洰璁″垝璁板綍
 export function addRecord(data) {
   return request({
-    url: '/plan/record',
+    url: '/api/project-plan-record',
     method: 'post',
     data: data
   })

--
Gitblit v1.8.0