From 95a27fe55990ca151cbe08f99cbeb669b4cb9dd8 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期四, 20 六月 2024 17:07:16 +0800
Subject: [PATCH] fix:修改在线培训
---
src/api/question.js | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/api/question.js b/src/api/question.js
index f28d6ce..ca143bb 100644
--- a/src/api/question.js
+++ b/src/api/question.js
@@ -4,5 +4,6 @@
pageList: query => post('/api/admin/question/page', query),
edit: query => post('/api/admin/question/edit', query),
select: id => post('/api/admin/question/select/' + id),
- deleteQuestion: id => post('/api/admin/question/delete/' + id)
+ deleteQuestion: id => post('/api/admin/question/delete/' + id),
+ updateStatus: query => post('/api/admin/question/status', query)
}
--
Gitblit v1.8.0