Commit 9c5d796e authored by dingyoujian's avatar dingyoujian

fxd

parent e37f042b
...@@ -31,6 +31,14 @@ export function doDelete(query) { ...@@ -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 @@ ...@@ -12,7 +12,7 @@
</el-col> </el-col>
<el-col :span="12"> <el-col :span="12">
<el-form-item label="风险点" ref="fxd" prop="fxd"> <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-form-item>
</el-col> </el-col>
<el-col :span="12"> <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