Commit 499b6ae3 authored by 李苏's avatar 李苏 💬

Merge remote-tracking branch 'origin/master'

parents a28e04a1 8afdedeb
......@@ -14,7 +14,7 @@
<el-col :span="6" class="search-col">
<div class="search-item">
<span class="search-span">风险点:</span>
<RelSelect linkage :linkParams="{gsid:queryParams.gsid}" style="width: 100%;" clearable src='aqgl/fxyk/fxd/init/fxd' :match="{value:'id',label:'fxdName'}" v-model='queryParams.fxd' ></RelSelect>
<RelSelect linkage :linkParams="{gsid:queryParams.gsid}" style="width: 100%;" clearable src='aqgl/fxyk/fxd/init/fxd' :match="{value:'id',label:'fxdName'}" v-model='queryParams.id' ></RelSelect>
</div>
</el-col>
<el-col :span="6" class="search-col">
......@@ -46,7 +46,7 @@
<FieldButton :app='app'></FieldButton>
<ExcelButton :app='app'></ExcelButton>
<!-- 额外按钮-->
<!-- 表头设置 -->
<!-- 权限-->
......@@ -134,7 +134,7 @@
queryParams: {
gsid:'',
gwid: '',
fxd: ''
id: ''
},
/* 表格标题对应参数*/
tableTitle: [
......
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