Commit 14c33ed3 authored by 李苏's avatar 李苏 💬

风险点维护任务,岗位,检查人

parent e3d81d3c
...@@ -42,6 +42,12 @@ ...@@ -42,6 +42,12 @@
},
props:{
vMain:{
default:{},
type:Object
}
}, },
data() { data() {
return { return {
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</el-col> </el-col>
<el-col :span="24"> <el-col :span="24">
<el-form-item label="检查人" ref="jcr" prop="jcr"> <el-form-item label="检查人" ref="jcr" prop="jcr">
<el-input :readonly="readonly" v-model="form.jcr" ></el-input> <RelSelect style="width: 100%;" :params="{bmid:app.vMain.rowItem.gsid}" clearable :readonly="readonly" src='kzzx/user/query' :match="{value:'id',label:'username'}" v-model='form.jcr' ></RelSelect>
</el-form-item> </el-form-item>
</el-col> </el-col>
</el-row> </el-row>
......
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
<Cycle /> <Cycle />
</el-tab-pane> --> </el-tab-pane> -->
<el-tab-pane label="检查任务" name="third"> <el-tab-pane label="检查任务" name="third">
<Content ref="Content" /> <Content :vMain='this' ref="Content" />
</el-tab-pane> </el-tab-pane>
<!-- <el-tab-pane label="责任人" name="fourth"> <!-- <el-tab-pane label="责任人" name="fourth">
<PersonLiable /> <PersonLiable />
......
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