Commit 0728b6c0 authored by 李苏's avatar 李苏 💬

添加参数

parent 8f20e7cc
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
<el-form-item label="部门" ref="bmid" prop="bmid"> <el-form-item label="部门" ref="bmid" prop="bmid">
<RelSelect linkage :linkParams="{pid:form.gsid}" :readonly="readonly" style="width: 100%;" src='/jcsj/common/bm/queryBz' clearable :match="{value:'id',label:'bmmc'}" v-model='form.bmid' ></RelSelect> <RelSelect linkage :linkParams="{pid:form.gsid}" :params="{
isBm:true
}" :readonly="readonly" style="width: 100%;" src='/jcsj/common/bm/queryBz' clearable :match="{value:'id',label:'bmmc'}" v-model='form.bmid' ></RelSelect>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="8"> <el-col :span="8">
......
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