From 6b521c78a2acd38fd2c86eb00dd4afc51865207a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 23 Feb 2021 00:53:58 +0000 Subject: [PATCH] --- ayanova/src/views/inv-purchase-order.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ayanova/src/views/inv-purchase-order.vue b/ayanova/src/views/inv-purchase-order.vue index 2b67eea6..05fb06e9 100644 --- a/ayanova/src/views/inv-purchase-order.vue +++ b/ayanova/src/views/inv-purchase-order.vue @@ -951,13 +951,13 @@ export default { //Change URL to new record //NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO() - this.$router.push({ - name: "inv-purchase-order", - params: { - recordid: res.data.id, - obj: res.data // Pass data object to new form - } - }); + // this.$router.push({ + // name: "inv-purchase-order", + // params: { + // recordid: res.data.id, + // obj: res.data // Pass data object to new form + // } + // }); //Update the form status window.$gz.form.setFormState({