This commit is contained in:
2021-09-08 23:53:11 +00:00
parent 52e8de0bf3
commit 832b13075f

View File

@@ -22,6 +22,7 @@
ref="customerId"
data-cy="customerId"
variant="ho"
@input="fieldValueChanged('customerId')"
></gz-pick-list>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
@@ -36,6 +37,7 @@
ref="priority"
data-cy="priority"
append-icon=""
@input="fieldValueChanged('priority')"
>
<template v-slot:prepend
><v-icon :color="priorityColor()"> $ayiCircle </v-icon>
@@ -530,7 +532,7 @@ export default {
//NOTE: will not cause a page re-render, almost nothing does unless forced with a KEY property or using router.GO()
this.$router.replace({
name: "csr-edit",
name: "customer-csr-edit",
params: {
recordid: res.data.id,
obj: res.data // Pass data object to new form