CSR-1392
prettier
This commit is contained in:
parent
166940db04
commit
0d9373cae7
1 changed files with 1 additions and 2 deletions
|
|
@ -311,8 +311,7 @@ export default {
|
|||
createDeleteStatusWorkOrderForPia: true,
|
||||
});
|
||||
} catch (error) {
|
||||
console.log(
|
||||
"error: response from pia submit work order:" + error.message);
|
||||
console.log("error: response from pia submit work order:" + error.message);
|
||||
this.dispatchStoreAction(storeActions.RESET_SAVE_SESSION_PROMISE);
|
||||
this.$route.params[this.routerParams.DISPLAY_PIA_ALERT] = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue