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,
|
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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue