From 1e5c40ca6d5c6bbbd062f5cbdfc31d6045b4b77b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Tue, 26 Oct 2021 09:01:24 +0800
Subject: [PATCH] 提醒密码为身份证后六位

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

diff --git a/src/api/dispatch/dispatch.js b/src/api/dispatch/dispatch.js
index e3582f2..bc4474f 100644
--- a/src/api/dispatch/dispatch.js
+++ b/src/api/dispatch/dispatch.js
@@ -39,6 +39,15 @@
     })
 }
 
+
+export const overDispatcher = (row) => {
+    return request({
+        url: '/api/dispatcher/over-dispatcher',
+        method: 'post',
+        data: row
+    })
+}
+
 export const remove = (ids) => {
     return request({
         url: '/api/dispatcherUnit/remove',

--
Gitblit v1.9.3