Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
卡
卡车调度系统
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
caicaicai
卡车调度系统
Commits
0c81e219
Commit
0c81e219
authored
Oct 21, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1d37b390
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
common.js
src/assets/js/common.js
+5
-5
No files found.
src/assets/js/common.js
View file @
0c81e219
...
@@ -923,14 +923,14 @@ var HttpReq = function(){
...
@@ -923,14 +923,14 @@ var HttpReq = function(){
//设备管理——报警管理2
//设备管理——报警管理2
callPoliceHistroyQuery
:
function
(
param
){
callPoliceHistroyQuery
:
function
(
param
){
return
request
({
return
request
({
url
:
'
/mineAlarmHistory
'
,
url
:
'
/
api/
mineAlarmHistory
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
param
,
params
:
param
,
})
})
},
},
callPoliceHistroyAdd
:
function
(
data
){
callPoliceHistroyAdd
:
function
(
data
){
return
request
({
return
request
({
url
:
'
/mineAlarmHistory
'
,
url
:
'
/
api/
mineAlarmHistory
'
,
method
:
'
POST
'
,
method
:
'
POST
'
,
data
:
data
,
data
:
data
,
}).
then
((
res
)
=>
{
}).
then
((
res
)
=>
{
...
@@ -939,14 +939,14 @@ var HttpReq = function(){
...
@@ -939,14 +939,14 @@ var HttpReq = function(){
},
},
callPoliceHistroyUpdate
:
function
(
data
){
callPoliceHistroyUpdate
:
function
(
data
){
return
request
({
return
request
({
url
:
'
/mineAlarmHistory
'
,
url
:
'
/
api/
mineAlarmHistory
'
,
method
:
'
PUT
'
,
method
:
'
PUT
'
,
data
:
data
,
data
:
data
,
})
})
},
},
callPoliceHistroyDel
:
function
(
data
){
callPoliceHistroyDel
:
function
(
data
){
return
request
({
return
request
({
url
:
'
/mineAlarmHistory
'
,
url
:
'
/
api/
mineAlarmHistory
'
,
method
:
'
Delete
'
,
method
:
'
Delete
'
,
data
:
data
,
data
:
data
,
})
})
...
@@ -2228,7 +2228,7 @@ var HttpReq = function(){
...
@@ -2228,7 +2228,7 @@ var HttpReq = function(){
//获取地图车辆轨迹——获取轨迹列表
//获取地图车辆轨迹——获取轨迹列表
mineAlarmHistoryCountQuery
:
function
(
param
){
mineAlarmHistoryCountQuery
:
function
(
param
){
return
request
({
return
request
({
url
:
'
/mineAlarmHistory/Count
'
,
url
:
'
/
api/
mineAlarmHistory/Count
'
,
method
:
'
get
'
,
method
:
'
get
'
,
params
:
param
,
params
:
param
,
})
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment