From a5f7ba4933aa339e60534ec2721f42ef6a31f69d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 19 Jan 2021 21:47:30 +0000 Subject: [PATCH] --- ayanova/src/views/inv-part-serials.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/src/views/inv-part-serials.vue b/ayanova/src/views/inv-part-serials.vue index a06a41db..5eb25d01 100644 --- a/ayanova/src/views/inv-part-serials.vue +++ b/ayanova/src/views/inv-part-serials.vue @@ -260,7 +260,7 @@ export default { vm: vm, loading: true }); - // let url = `part/serials/${vm.$route.params.recordid}`; + // let url = `part/serials/${vm.$route.params.recordid}`; let url = `part/serials/${vm.$route.params.recordid}`; //clear any errors vm might be around from previous submit window.$gz.form.deleteAllErrorBoxErrors(vm); @@ -271,6 +271,7 @@ export default { vm.formState.serverError = res.error; window.$gz.form.setErrorBoxErrors(vm); } else { + vm.obj = res.data; //updated list of serials from server //PRETTY SURE DON"T NEED ANY OF THIS // //Logic for detecting if a post or put: if id then it was a post, if no id then it was a put // if (res.data.id) {