/* * @Author: Morpheus * @Date: 2021-05-09 15:17:44 * @Last Modified by: Morpheus * @Last Modified time: 2021-11-10 11:37:15 */ // 风险预警相关API import request from '@/router/axios' export const exportExcel = (param) => { return request({ url: '/bigriver/createEmpExcel', method: 'post', data: param }) } export const getSKZList = (param) => { return request({ url: '/rsvrr/selectyj', method: 'post', params: param }) } export const getHDZList = (param) => { return request({ url: '/riverr/selecthdyj', method: 'post', params: param }) } export const getYLZList = (param) => { return request({ url: '/regionWeight/regionweight/pptnYj', method: 'get', params: param }) } export const getSHList = (param) => { return request({ url: '/mountainrain/sss', method: 'get', params: param }) } export const getYMList = (param) => { return request({ url: '/mountainrain/selectsmriver', method: 'get', params: param }) } export const getYBYMList = (param) => { return request({ url: '/smariver/selectsmriver', method: 'get', params: param }) } export const getBigRiverList = (param) => { return request({ url: '/mountainrain/selectbgriver', method: 'get', params: param }) } export const getBigRiverYbList = (param) => { return request({ url: '/bigriver/selectYb', method: 'get', params: param }) } export const getYBBigRiverList = (param) => { return request({ url: '/bigriver/selectbgriver', method: 'get', params: param }) } export const getShYbList = (param) => { return request({ url: '/mountainrain/yuc', method: 'get', params: param }) } export const getSHYiList = (param) => { return request({ url: '/mountainrain/Yi', method: 'get', params: param }) } export const getSHTwList = (param) => { return request({ url: '/mountainrain/Tw', method: 'get', params: param }) } export const getSHTrList = (param) => { return request({ url: '/mountainrain/Tr', method: 'get', params: param }) }