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

Merge branch 'master' of gitlab.gavelinfo.com:lisu/sgaqgl-vue

parents a3c6a928 9c5d796e
......@@ -31,6 +31,14 @@ export function doDelete(query) {
})
}
export function doInitFxd(query) {
return request({
url: '/aqgl/fxyk/fxd/init/fxd',
method: 'post',
data: query||{}
})
}
......
......@@ -12,7 +12,7 @@
</el-col>
<el-col :span="12">
<el-form-item label="风险点" ref="fxd" prop="fxd">
<el-input :readonly="readonly" v-model="form.fxd" ></el-input>
<RelSelect style="width: 100%;" :readonly="readonly" src='aqgl/fxyk/fxd/init/fxd' :match="{value:'id',label:'fxdName'}" v-model='form.fxd' ></RelSelect>
</el-form-item>
</el-col>
<el-col :span="12">
......
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