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 | 22 +++++++++++++++++++++- 1 files changed, 21 insertions(+), 1 deletions(-) diff --git a/src/api/open.js b/src/api/open.js index a5c103d..155b5a5 100644 --- a/src/api/open.js +++ b/src/api/open.js @@ -225,4 +225,24 @@ //鏌ヨ璁㈠崟璇勪环 export const getOrderEvaluate = (params) => { return getRequest('/orderTask/getByPage', params) -} \ No newline at end of file +} + +//鏌ヨ杩濈珷璁板綍 +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