This commit is contained in:
@@ -250,7 +250,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
window.$gz.api
|
window.$gz.api
|
||||||
.get("PickList/List" + urlParams)
|
.get("pick-list/List" + urlParams)
|
||||||
.then(res => {
|
.then(res => {
|
||||||
vm.fetching = false;
|
vm.fetching = false;
|
||||||
if (res.error) {
|
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
|
//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 FORM_KEY = "adm-global-select-templates";
|
||||||
const API_BASE_URL = "PickList/Template/";
|
const API_BASE_URL = "picklist/template/";
|
||||||
export default {
|
export default {
|
||||||
beforeRouteLeave(to, from, next) {
|
beforeRouteLeave(to, from, next) {
|
||||||
//let vm = this;
|
//let vm = this;
|
||||||
|
|||||||
Reference in New Issue
Block a user