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