This commit is contained in:
2021-03-08 15:07:40 +00:00
parent 6c46c8c0c4
commit cec0645ccb

View File

@@ -1647,6 +1647,11 @@ export default {
let url = API_BASE_URL; // + vm.$route.params.recordid;
//clear any errors vm might be around from previous submit
window.$gz.form.deleteAllErrorBoxErrors(vm);
vm.editTravelRateItemIndex = -1;
vm.editServiceRateItemIndex = -1;
vm.editContractPartOverrideItemIndex = -1;
vm.editContractTravelRateOverrideItemIndex = -1;
vm.editContractServiceRateOverrideItemIndex = -1;
let res = await window.$gz.api.upsert(url, vm.obj);