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

调整

parent a39dbdc6
......@@ -217,8 +217,11 @@
methods: {
getRow: function(e) {
this.rowItem = e
if(e.id){
this.$refs.report.queryParams.yljhid = e.id
this.$refs.report.$refs.TablePager.pageQuery()
}
},
handleClick(val) {
......
......@@ -124,8 +124,8 @@
/* 查询参数*/
queryParams: {
gsid:'',
ksrq:new Date().getTime()-1000*60*60*24*30,
jsrq:new Date().getTime(),
ksrq:'',
jsrq:'',
bmid:'',
zt:'',
yq:'N',
......
......@@ -91,7 +91,7 @@
</div>
<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">
<i class="topL"></i>
<i class="topR"></i>
......@@ -258,7 +258,7 @@
<div class="hpbodyItem flex flex1" style="flex-direction: row;gap: 10px;">
<!-- 隐患 -->
<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">
<i class="topL"></i>
<i class="topR"></i>
......@@ -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">
<i class="topL"></i>
<i class="topR"></i>
......
......@@ -82,7 +82,7 @@
<el-row :gutter="24">
<el-col :span="12">
<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-col>
<el-col :span="12">
......
......@@ -236,8 +236,11 @@
methods: {
getRow: function(e) {
this.rowItem = e
if(e.id){
this.$refs.report.queryParams.pxjhid = e.id
this.$refs.report.$refs.TablePager.pageQuery()
}
},
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