12 lines
259 B
JavaScript
12 lines
259 B
JavaScript
import axios from "@/config/api.js";
|
|
|
|
export function getCheckList(){
|
|
return axios.get("/stureg/check/list")
|
|
}
|
|
|
|
export function updateCheck(){
|
|
return axios.get("/stureg/check/update")
|
|
}
|
|
export function getCheckksh(){
|
|
return axios.get("/stureg/check/ksh")
|
|
} |