dxView.js 132 Bytes
import { post } from '../utils/http'

// 深度查询
export function searchView(params) {
  return post('/DxView/page', params)
}