This commit is contained in:
@@ -202,7 +202,7 @@ export default {
|
|||||||
name: null,
|
name: null,
|
||||||
active: true,
|
active: true,
|
||||||
notes: null,
|
notes: null,
|
||||||
color: null,
|
color: "#ffffff",
|
||||||
selectRoles: 10,
|
selectRoles: 10,
|
||||||
removeRoles: 10,
|
removeRoles: 10,
|
||||||
completed: false,
|
completed: false,
|
||||||
@@ -352,7 +352,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.push({
|
this.$router.push({
|
||||||
name: "work-order-status-edit",
|
name: "svc-work-order-status-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