Commit 62f63009 authored by 李苏's avatar 李苏 💬

调整联动

parent 87072cca
......@@ -2,11 +2,17 @@
<DefaultDialog :app='app'>
<el-form slot="form" ref="form" label-width="100px" >
<el-row :gutter="20">
<el-col :span="24">
<el-col :span="24">
<el-form-item label="岗位" ref="gwid" prop="jcrid">
<RelSelect filterable style="width: 100%;" clearable src='aqgl/jcsj/scgw/query' :match="{value:'id',label:'name'}" v-model='singleItem.gwid' ></RelSelect>
</el-form-item>
</el-col>
</el-col>
<el-col :span="24">
<el-col :span="24">
<el-form-item label="检查人" ref="jcrid" prop="jcrid">
<RelSelect :params={scgwid:singleItem.gwid} filterable style="width: 100%;" clearable src='aqgl/jcsj/scgwry/queryScgwry' :match="{value:'id',label:'username'}" v-model='singleItem.jcrid' ></RelSelect>
<RelSelect linkage :linkParams="{scgwid:singleItem.gwid}" filterable style="width: 100%;" clearable src='aqgl/jcsj/scgwry/queryScgwry' :match="{value:'id',label:'username'}" v-model='singleItem.jcrid' ></RelSelect>
</el-form-item>
</el-col>
</el-col>
......
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