Commit 6d7e4e1f authored by 李苏's avatar 李苏 💬

调整

parent a39dbdc6
...@@ -217,8 +217,11 @@ ...@@ -217,8 +217,11 @@
methods: { methods: {
getRow: function(e) { getRow: function(e) {
this.rowItem = e this.rowItem = e
this.$refs.report.queryParams.yljhid = e.id if(e.id){
this.$refs.report.$refs.TablePager.pageQuery() this.$refs.report.queryParams.yljhid = e.id
this.$refs.report.$refs.TablePager.pageQuery()
}
}, },
handleClick(val) { handleClick(val) {
......
...@@ -124,8 +124,8 @@ ...@@ -124,8 +124,8 @@
/* 查询参数*/ /* 查询参数*/
queryParams: { queryParams: {
gsid:'', gsid:'',
ksrq:new Date().getTime()-1000*60*60*24*30, ksrq:'',
jsrq:new Date().getTime(), jsrq:'',
bmid:'', bmid:'',
zt:'', zt:'',
yq:'N', yq:'N',
......
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
</div> </div>
<div class="hpbodyItem flex flex1" style="flex-direction: row;margin-top: 15px;margin-bottom: 15px;gap:10px"> <div class="hpbodyItem flex flex1" style="flex-direction: row;margin-top: 15px;margin-bottom: 15px;gap:10px">
<div style="width: 32.5%;height: 100%;" @click="$router.push('/dangerManagement/dangerReviewRecord')"> <div style="width: 32.5%;height: 100%;" @click="$router.push('/dangerManagement/queryDangerRecords')">
<div class="full data-box1"> <div class="full data-box1">
<i class="topL"></i> <i class="topL"></i>
<i class="topR"></i> <i class="topR"></i>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
<div class="hpbodyItem flex flex1" style="flex-direction: row;gap: 10px;"> <div class="hpbodyItem flex flex1" style="flex-direction: row;gap: 10px;">
<!-- 隐患 --> <!-- 隐患 -->
<div style="width: 32.3%;height: 100%;min-width: 0px;min-height: 0px;" <div style="width: 32.3%;height: 100%;min-width: 0px;min-height: 0px;"
@click="$router.push('/contingency/contingencyplan')"> @click="$router.push('/contingency/contingencystudy')">
<div class="full data-box1"> <div class="full data-box1">
<i class="topL"></i> <i class="topL"></i>
<i class="topR"></i> <i class="topR"></i>
...@@ -322,7 +322,7 @@ ...@@ -322,7 +322,7 @@
<div class="flex1" style="margin-right: 5px;" @click="$router.push('/train/planning')"> <div class="flex1" style="margin-right: 5px;" @click="$router.push('/train/aqpx')">
<div class="full data-box1"> <div class="full data-box1">
<i class="topL"></i> <i class="topL"></i>
<i class="topR"></i> <i class="topR"></i>
......
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
<el-row :gutter="24"> <el-row :gutter="24">
<el-col :span="12"> <el-col :span="12">
<el-form-item label="培训等级" ref="pxdj" prop="pxdj"> <el-form-item label="培训等级" ref="pxdj" prop="pxdj">
<RelSelect style="width: 100%;" :readonly="readonly" src='aqgl/yjgl/yjyljh/init/yldj' filterable clearable :match="{value:'id',label:'name'}" v-model='form.pxdj' ></RelSelect> <RelSelect style="width: 100%;" :readonly="readonly" src='aqgl/pxgl/uaqpxjh/init/yldj' filterable clearable :match="{value:'id',label:'name'}" v-model='form.pxdj' ></RelSelect>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
</div> </div>
<div class="min_full" style="height: 60%;padding: 10px;"> <div class="min_full" style="height: 60%;padding: 10px;">
<!-- tabs --> <!-- tabs -->
<el-tabs v-model="activeName" @tab-click="handleClick"> <el-tabs v-model="activeName" @tab-click="handleClick">
<el-tab-pane label="安全培训" name="first"> <el-tab-pane label="安全培训" name="first">
<Report ref="report" /> <Report ref="report" />
</el-tab-pane> </el-tab-pane>
...@@ -236,8 +236,11 @@ ...@@ -236,8 +236,11 @@
methods: { methods: {
getRow: function(e) { getRow: function(e) {
this.rowItem = e this.rowItem = e
this.$refs.report.queryParams.pxjhid = e.id if(e.id){
this.$refs.report.$refs.TablePager.pageQuery() this.$refs.report.queryParams.pxjhid = e.id
this.$refs.report.$refs.TablePager.pageQuery()
}
}, },
handleClick(val) { handleClick(val) {
......
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