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