From e88d2bca9652076d71cb6a8a64b25c226c61a91f Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 31 Mar 2023 22:01:26 +0800
Subject: [PATCH] 电子沙盘,首页

---
 src/api/home/index.js |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/api/home/index.js b/src/api/home/index.js
index 9cde69f..6254e43 100644
--- a/src/api/home/index.js
+++ b/src/api/home/index.js
@@ -25,7 +25,7 @@
  * @param {*}   
  * @returns 
  */
-export const getSchedulingList = (current,size,params) => {
+export const getSchedulingList = (current, size, params) => {
     return request({
         url: `/api/scheduling/scheduling/page`,
         method: 'get',
@@ -42,7 +42,7 @@
  * @param {*}   
  * @returns 
  */
-export const getSchedulingDeptList = (current,size,params) => {
+export const getSchedulingDeptList = (current, size, params) => {
     return request({
         url: `/api/scheduling/scheduling/getSchedulingDeptList`,
         method: 'get',
@@ -127,7 +127,7 @@
     })
 }
 
-// 现有地模块
+// 现有小区模块
 export const getAreaStatisticInfo = (type, deptId) => {
     return request({
         url: `/api/policeStationInfo/policeStationInfo/getAreaStatisticInfo`,
@@ -163,7 +163,7 @@
     })
 }
 
-// 获取现有地详情弹窗
+// 获取现有小区详情弹窗
 export const getLandDetail = (params) => {
     return request({
         url: `/api/policeStationInfo/policeStationInfo/page`,

--
Gitblit v1.9.3