From e001d36d2afb95425f8c29811b853c0754814cc3 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 22 Oct 2025 16:26:59 +0800
Subject: [PATCH] 修改

---
 src/api/onlineEducation/trainPlan.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/onlineEducation/trainPlan.js b/src/api/onlineEducation/trainPlan.js
index eccafd5..eb3ff9a 100644
--- a/src/api/onlineEducation/trainPlan.js
+++ b/src/api/onlineEducation/trainPlan.js
@@ -9,6 +9,14 @@
     })
 }
 
+export function getTrainPlanAll(params) {
+    return request({
+        url: '/course/plan/listByStatue',
+        method: 'get',
+        params: params
+    })
+}
+
 
 export function addTrainPlan(data) {
     return request({

--
Gitblit v1.9.2