Commit e4ece736 authored by dingyoujian's avatar dingyoujian

调整

parent 7f5e2ed7
...@@ -168,7 +168,7 @@ export const powerRoutes=[ ...@@ -168,7 +168,7 @@ export const powerRoutes=[
component:'dangerManagement/safetyDisposalRecord/index', component:'dangerManagement/safetyDisposalRecord/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "安全隐患处理记录", "title": "隐患责任分配",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
...@@ -182,7 +182,7 @@ export const powerRoutes=[ ...@@ -182,7 +182,7 @@ export const powerRoutes=[
component:'dangerManagement/dangerRectificationRecord/index', component:'dangerManagement/dangerRectificationRecord/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "录入隐患整改情况", "title": "隐患整改",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
...@@ -196,7 +196,7 @@ export const powerRoutes=[ ...@@ -196,7 +196,7 @@ export const powerRoutes=[
component:'dangerManagement/dangerReviewRecord/index', component:'dangerManagement/dangerReviewRecord/index',
hidden:false, hidden:false,
meta:{ meta:{
"title": "录入隐患复查记录", "title": "隐患复查",
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
......
...@@ -89,6 +89,7 @@ ...@@ -89,6 +89,7 @@
baseUrl: '/aqgl/yhgl/yhjl', baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
queryType:'YHZG',
ksrq:new Date().getTime()-1000*60*60*24*30, ksrq:new Date().getTime()-1000*60*60*24*30,
jsrq:new Date().getTime(), jsrq:new Date().getTime(),
bmid:'', bmid:'',
......
...@@ -91,6 +91,7 @@ ...@@ -91,6 +91,7 @@
baseUrl: '/aqgl/yhgl/yhjl', baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
queryType:'YHFC',
ksrq: new Date().getTime()-1000*60*60*24*30, ksrq: new Date().getTime()-1000*60*60*24*30,
jsrq: new Date().getTime(), jsrq: new Date().getTime(),
bmid:'', bmid:'',
......
...@@ -91,6 +91,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -91,6 +91,7 @@ this.$refs['TablePager'].pageQuery()
baseUrl: '/aqgl/yhgl/yhjl', baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
queryType:'YHSB',
flid:'', flid:'',
bmid:'', bmid:'',
ksrq:new Date().getTime()-1000*60*60*24*30, ksrq:new Date().getTime()-1000*60*60*24*30,
......
...@@ -87,6 +87,7 @@ this.$refs['TablePager'].pageQuery() ...@@ -87,6 +87,7 @@ this.$refs['TablePager'].pageQuery()
baseUrl: '/aqgl/yhgl/yhjl', baseUrl: '/aqgl/yhgl/yhjl',
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
queryType:'YHFP',
ksrq:new Date().getTime()-60*1000*60*24*30, ksrq:new Date().getTime()-60*1000*60*24*30,
jsrq:new Date().getTime(), jsrq:new Date().getTime(),
bmid:'', bmid:'',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment