From 6622c8891d03e71d3dc75c2de97308ca71552786 Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期三, 09 二月 2022 13:52:45 +0800
Subject: [PATCH] bug

---
 src/api/open.js |   27 ++++++++++++++++++++++++++-
 1 files changed, 26 insertions(+), 1 deletions(-)

diff --git a/src/api/open.js b/src/api/open.js
index 19a99c0..155b5a5 100644
--- a/src/api/open.js
+++ b/src/api/open.js
@@ -220,4 +220,29 @@
 //娣诲姞鍔犳补璁板綍
 export const editSuggest = (params) => {
     return postRequest('/suggest/insertOrUpdate', params)
-}
\ No newline at end of file
+}
+
+//鏌ヨ璁㈠崟璇勪环
+export const getOrderEvaluate = (params) => {
+    return getRequest('/orderTask/getByPage', params)
+}
+
+//鏌ヨ杩濈珷璁板綍
+export const getViolation = (params) => {
+    return getRequest('/violation/getByPage', params)
+}
+
+//娣诲姞淇敼杩濈珷璁板綍
+export const editViolation = (params) => {
+    return postRequest('/violation/insertOrUpdate', params)
+}
+
+// 鍒犻櫎杩濈珷璁板綍
+export const deleteViolation = (params) => {
+    return postRequest('/violation/delByIds', params)
+}
+
+// 鏌ヨ杩濈珷璁板綍
+export const getDrivingRecord = (params) => {
+    return getRequest('/drivingRecord/getByPage', params)
+}

--
Gitblit v1.9.1