This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user