Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sgaqgl-vue
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
李苏
sgaqgl-vue
Commits
6e222e01
Commit
6e222e01
authored
Dec 07, 2022
by
zhoumaotao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应急管理+ 安全活动 模块路径调整
parent
f2d5ea73
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
56 additions
and
44 deletions
+56
-44
planManage.js
src/api/contingency/planManage.js
+5
-5
activityRecord.js
src/api/safetyactivity/activityRecord.js
+4
-4
aqhdzxgz.js
src/api/safetyactivity/aqhdzxgz.js
+1
-1
index.js
src/router/index.js
+39
-27
index.vue
src/views/contingency/contingencyManager/index.vue
+1
-1
index.vue
src/views/contingency/contingencyplan/index.vue
+1
-1
index.vue
src/views/contingency/contingencystudy/index.vue
+1
-1
edit.vue
src/views/safetyactivity/activityRecord/edit.vue
+0
-0
index.vue
src/views/safetyactivity/activityRecord/index.vue
+2
-2
index.vue
src/views/safetyactivity/aqhdzxgz/index.vue
+2
-2
No files found.
src/api/contingency/planManage.js
View file @
6e222e01
...
...
@@ -3,7 +3,7 @@ import request from 'common/src/utils/request'
/*query */
export
function
doQuery
(
query
)
{
return
request
({
url
:
'/aqgl/
rc
gl/yjya/query'
,
url
:
'/aqgl/
yj
gl/yjya/query'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
@@ -11,21 +11,21 @@ data: query||{}
/*更新 */
export
function
doUpdate
(
query
)
{
return
request
({
url
:
'/aqgl/
rc
gl/yjya/update'
,
url
:
'/aqgl/
yj
gl/yjya/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doAdd
(
query
)
{
return
request
({
url
:
'/aqgl/
rc
gl/yjya/add'
,
url
:
'/aqgl/
yj
gl/yjya/add'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDelete
(
query
)
{
return
request
({
url
:
'/aqgl/
rc
gl/yjya/delete'
,
url
:
'/aqgl/
yj
gl/yjya/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
@@ -39,7 +39,7 @@ data: query||{}
*/
export
function
doInitGlcj
(
query
)
{
return
request
({
url
:
'/aqgl/
rc
gl/yjya/init/glcj'
,
url
:
'/aqgl/
yj
gl/yjya/init/glcj'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
src/api/
dail
y/activityRecord.js
→
src/api/
safetyactivit
y/activityRecord.js
View file @
6e222e01
...
...
@@ -3,7 +3,7 @@ import request from 'common/src/utils/request'
/*query */
export
function
doQuery
(
query
)
{
return
request
({
url
:
'/aqgl/
rcgl/aqhd
/query'
,
url
:
'/aqgl/
aghd/aqhdjl
/query'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
@@ -11,21 +11,21 @@ export function doQuery(query) {
/*更新 */
export
function
doUpdate
(
query
)
{
return
request
({
url
:
'/aqgl/
rcgl/aqhd
/update'
,
url
:
'/aqgl/
aghd/aqhdjl
/update'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doAdd
(
query
)
{
return
request
({
url
:
'/aqgl/
rcgl/aqhd
/add'
,
url
:
'/aqgl/
aghd/aqhdjl
/add'
,
method
:
'post'
,
data
:
query
||
{}
})
}
export
function
doDelete
(
query
)
{
return
request
({
url
:
'/aqgl/
rcgl/aqhd
/delete'
,
url
:
'/aqgl/
aghd/aqhdjl
/delete'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
src/api/
dail
y/aqhdzxgz.js
→
src/api/
safetyactivit
y/aqhdzxgz.js
View file @
6e222e01
...
...
@@ -3,7 +3,7 @@ import request from 'common/src/utils/request'
/*query */
export
function
doQuery
(
query
)
{
return
request
({
url
:
'/aqgl/
rcgl
/aqhdzxgz/query'
,
url
:
'/aqgl/
aqhd
/aqhdzxgz/query'
,
method
:
'post'
,
data
:
query
||
{}
})
...
...
src/router/index.js
View file @
6e222e01
...
...
@@ -540,7 +540,45 @@ export const powerRoutes=[
}
]
},
/* 日差管理*/
/* 安全活动*/
{
path
:
'/safetyactivity'
,
component
:
'Layout'
,
hidden
:
false
,
alwaysShow
:
true
,
redirect
:
'activityRecord'
,
meta
:
{
title
:
"安全活动"
,
icon
:
"fa-cog"
,
noCache
:
false
,
link
:
null
,
mkid
:
904400000
},
children
:
[
{
component
:
'safetyactivity/activityRecord/index'
,
hidden
:
false
,
meta
:{
"title"
:
"维护安全活动记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
904400200
,
},
name
:
'activityRecord'
,
path
:
"activityRecord"
},
{
component
:
'safetyactivity/aqhdzxgz/index'
,
hidden
:
false
,
meta
:{
"title"
:
"安全活动执行跟踪"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
904400400
,
},
name
:
'aqhdzxgz'
,
path
:
"aqhdzxgz"
}
]
},
/* 日常管理*/
{
path
:
'/daily'
,
component
:
'Layout'
,
...
...
@@ -575,32 +613,6 @@ export const powerRoutes=[
name
:
'holdCertificate'
,
path
:
"holdCertificate"
},
{
component
:
'daily/activityRecord/index'
,
hidden
:
false
,
meta
:{
"title"
:
"维护安全活动记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905000800
,
},
name
:
'activityRecord'
,
path
:
"activityRecord"
},
{
component
:
'daily/aqhdzxgz/index'
,
hidden
:
false
,
meta
:{
"title"
:
"维护安全活动记录"
,
"icon"
:
""
,
"noCache"
:
false
,
"link"
:
null
,
"mkid"
:
905000900
,
},
name
:
'aqhdzxgz'
,
path
:
"aqhdzxgz"
},
{
component
:
'daily/nrtm/index'
,
hidden
:
false
,
...
...
src/views/contingency/contingencyManager/index.vue
View file @
6e222e01
...
...
@@ -68,7 +68,7 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/
rc
gl/yjya'
,
baseUrl
:
'/aqgl/
yj
gl/yjya'
,
/* 查询参数*/
queryParams
:
{
name
:
''
...
...
src/views/contingency/contingencyplan/index.vue
View file @
6e222e01
...
...
@@ -68,7 +68,7 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/
rc
gl/yjya'
,
baseUrl
:
'/aqgl/
yj
gl/yjya'
,
/* 查询参数*/
queryParams
:
{
name
:
''
...
...
src/views/contingency/contingencystudy/index.vue
View file @
6e222e01
...
...
@@ -68,7 +68,7 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/
rc
gl/yjya'
,
baseUrl
:
'/aqgl/
yj
gl/yjya'
,
/* 查询参数*/
queryParams
:
{
name
:
''
...
...
src/views/
dail
y/activityRecord/edit.vue
→
src/views/
safetyactivit
y/activityRecord/edit.vue
View file @
6e222e01
File moved
src/views/
dail
y/activityRecord/index.vue
→
src/views/
safetyactivit
y/activityRecord/index.vue
View file @
6e222e01
...
...
@@ -57,7 +57,7 @@
doAdd
,
doUpdate
,
doDelete
}
from
'@/api/
dail
y/activityRecord.js'
;
}
from
'@/api/
safetyactivit
y/activityRecord.js'
;
/* edit页面*/
import
Edit
from
'./edit'
import
{
...
...
@@ -80,7 +80,7 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/
rcgl/aqhd
'
,
baseUrl
:
'/aqgl/
aqhd/aqhdjl
'
,
/* 查询参数*/
queryParams
:
{
ksrq
:
new
Date
().
getTime
()
-
1000
*
60
*
60
*
24
*
30
,
...
...
src/views/
dail
y/aqhdzxgz/index.vue
→
src/views/
safetyactivit
y/aqhdzxgz/index.vue
View file @
6e222e01
...
...
@@ -49,7 +49,7 @@
/* 引入需要的接口*/
import
{
doQuery
}
from
'@/api/
dail
y/aqhdzxgz.js'
;
}
from
'@/api/
safetyactivit
y/aqhdzxgz.js'
;
import
{
tableMixin
}
from
'common'
...
...
@@ -70,7 +70,7 @@
type
:
''
,
DialogTitle
:
''
,
/* 基础url*/
baseUrl
:
'/aqgl/
rcgl
/aqhdzxgz'
,
baseUrl
:
'/aqgl/
aqhd
/aqhdzxgz'
,
/* 查询参数*/
queryParams
:
{
bmid
:
''
...
...
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