This commit is contained in:
2020-05-13 23:18:16 +00:00
parent 705fb6ba53
commit 08d42cecef
2 changed files with 2 additions and 2 deletions

View File

@@ -250,7 +250,7 @@ export default {
}
}
window.$gz.api
.get("PickList/List" + urlParams)
.get("pick-list/List" + urlParams)
.then(res => {
vm.fetching = false;
if (res.error) {