prettier
This commit is contained in:
CarlNation 2023-10-29 08:33:17 -04:00
parent 166940db04
commit 0d9373cae7

View file

@ -311,8 +311,7 @@ export default {
createDeleteStatusWorkOrderForPia: true, createDeleteStatusWorkOrderForPia: true,
}); });
} catch (error) { } catch (error) {
console.log( console.log("error: response from pia submit work order:" + error.message);
"error: response from pia submit work order:" + error.message);
this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE); this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
this.$route.params[this.routerParams.DISPLAY_PIA_ALERT] = true; this.$route.params[this.routerParams.DISPLAY_PIA_ALERT] = true;
return; return;