From 34df92cf96c02e150076d35b73163a260e7312c0 Mon Sep 17 00:00:00 2001
From: qirong <2032486488@qq.com>
Date: 星期三, 26 七月 2023 14:11:28 +0800
Subject: [PATCH] 删除部分搜索

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

diff --git a/src/api/examPaper.js b/src/api/examPaper.js
index 88bfd4e..4e1939e 100644
--- a/src/api/examPaper.js
+++ b/src/api/examPaper.js
@@ -11,4 +11,5 @@
   selfselect: query => post('/api/admin/exam/templates/select/'+ query),
   selfdeletePaper: id => post('/api/admin/exam/templates/remove/' + id),
   selflist: query => post('/api/admin/education/subject/list', query),
+  selfPaList: query => post('/api/admin/exam/count/list', query),
 }

--
Gitblit v1.8.0