From adcb1b3169488a5f86384dfc0b6578670e6662d2 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Wed, 27 Sep 2023 16:40:49 +0800 Subject: [PATCH] up --- src/api/visit/study.js | 10 ++ src/views/gate/components/list.vue | 2 +- src/views/parameter/component/addVisitor.vue | 2 +- src/views/parameter/visitor.vue | 2 +- src/views/resource/bd.vue | 2 +- src/views/resource/study.vue | 2 +- src/views/resource/visit.vue | 2 +- src/views/system/department.vue | 7 +- src/views/system/dictionary.vue | 4 +- src/views/system/menu.vue | 6 +- src/views/system/permission.vue | 2 +- src/views/system/role.vue | 4 +- src/views/system/user.vue | 18 ++- src/views/visit/blacklist.vue | 2 +- src/views/visit/check.vue | 2 +- src/views/visit/component/addCommon.vue | 12 +- src/views/visit/component/showVisit.vue | 10 +- src/views/visit/longterm.vue | 2 +- src/views/visit/record.vue | 2 +- src/views/visit/study.vue | 154 +++++++++++++++++++ 20 files changed, 210 insertions(+), 37 deletions(-) create mode 100644 src/api/visit/study.js create mode 100644 src/views/visit/study.vue diff --git a/src/api/visit/study.js b/src/api/visit/study.js new file mode 100644 index 0000000..bc49897 --- /dev/null +++ b/src/api/visit/study.js @@ -0,0 +1,10 @@ +import request from "@/utils/request"; + +export function getList(params){ + return request({ + url:'/api/admin/study/study-log', + method:'get', + params + }) +} + diff --git a/src/views/gate/components/list.vue b/src/views/gate/components/list.vue index 39bb2b9..eac7003 100644 --- a/src/views/gate/components/list.vue +++ b/src/views/gate/components/list.vue @@ -4,7 +4,7 @@