From 90ee0a2139d541cfd5ea6cfa2ee179cee90352a7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 03 Mar 2021 09:12:29 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
src/api/policeInformation/index.js | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/src/api/policeInformation/index.js b/src/api/policeInformation/index.js
index 56c25ff..730943a 100644
--- a/src/api/policeInformation/index.js
+++ b/src/api/policeInformation/index.js
@@ -1,17 +1,5 @@
import request from '@/router/axios';
-export const getList = (current, size, params) => {
- return request({
- url: '/api/blade-jfpts/jingdan/jingdan/page',
- method: 'get',
- params: {
- ...params,
- current,
- size,
- }
- })
-}
-
export const remove = (ids) => {
return request({
url: '/api/blade-jfpts/alarm/alarm/remove',
--
Gitblit v1.9.3