Commit f6ed897a authored by 李苏's avatar 李苏 💬

edit补充

parent 8b55db2f
......@@ -49,6 +49,11 @@
</el-col>
</el-row>
<el-row :gutter="24">
<el-col :span="12">
<el-form-item label="演练等级" ref="yldj" prop="yldj">
<RelSelect style="width: 100%;" :readonly="readonly" src='aqgl/yjgl/yjyljh/init/yldj' filterable clearable :match="{value:'id',label:'name'}" v-model='form.yldj' ></RelSelect>
</el-form-item>
</el-col>
<el-col :span="12">
<el-form-item label="演练方式" ref="ylfs" prop="ylfs">
<el-input :readonly="readonly" v-model="form.ylfs" ></el-input>
......@@ -127,6 +132,7 @@
/* 当前表单初始值,默认由RelDialog查询indexQuery赋值,copy时不赋值id,初始化时所有query的值都会赋值给form*/
form: {
yldj:'',
gsid:'',
yldwid:'',
//ID
......
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