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) {

View File

@@ -86,7 +86,7 @@
//NOTE: This is a simple form with no need for business rules or validation so stripped out any extraneous code related to all that
//
const FORM_KEY = "adm-global-select-templates";
const API_BASE_URL = "PickList/Template/";
const API_BASE_URL = "picklist/template/";
export default {
beforeRouteLeave(to, from, next) {
//let vm = this;