fix api parameter
This commit is contained in:
parent
4236d85041
commit
e70eb3b3df
2 changed files with 2 additions and 2 deletions
|
|
@ -338,7 +338,7 @@ watch(modal, () => {
|
|||
const getpersonalList = async () => {
|
||||
showLoader();
|
||||
await http
|
||||
.get(config.API.personalList())
|
||||
.get(config.API.probationPersonalList())
|
||||
.then((res) => {
|
||||
const data = res.data.data;
|
||||
rows.value = data.map((item: FormMainProbation) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue