Commit 8b59e296 authored by Yoelvis Gonzalez's avatar Yoelvis Gonzalez
Browse files

control build

parent 13126ae6
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
{ {
"name": "SIGI", "name": "SIGI",
"version": "0.1.9", "version": "0.1.10",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
......
This diff is collapsed.
This diff is collapsed.
import axios from 'axios'
import store from '@/store'
import { REQUEST_DIR } from '../utils/constants'
import { requestDataFormUrlEncoded } from './requestHeadersHelper'
export async function getControl (filters) {
const url = `${REQUEST_DIR}control`
const response = await axios.get(url, requestDataFormUrlEncoded(filters));
const data = response.data.centros
return response
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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