Commit c3446e1c authored by dingyoujian's avatar dingyoujian

风险事件

parent 4c92799f
...@@ -32,6 +32,33 @@ export function doDelete(query) { ...@@ -32,6 +32,33 @@ export function doDelete(query) {
} }
/**
* 伤害性质加载
* @param query
* @returns {*}
*/
export function doInitShxz(query) {
return request({
url: '/aqgl/fxyk/fxsj/init/shxz',
method: 'post',
data: query||{}
})
}
/**
* 伤害类型加载
* @param query
* @returns {*}
*/
export function doInitShlx(query) {
return request({
url: '/aqgl/fxyk/shlx/query',
method: 'post',
data: query||{}
})
}
......
...@@ -44,8 +44,10 @@ ...@@ -44,8 +44,10 @@
doQuery, doQuery,
doAdd, doAdd,
doUpdate, doUpdate,
doDelete doDelete,
} from '@/api/aqgl/fxsj.js'; doInitShlx,
doInitShxz
} from '@/api/riskPrecontrol/maintenanceRisk';
/* edit页面*/ /* edit页面*/
import Edit from './edit' import Edit from './edit'
import { import {
......
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