This commit is contained in:
@@ -202,7 +202,7 @@ export default {
|
||||
name: null,
|
||||
active: true,
|
||||
notes: null,
|
||||
color: null,
|
||||
color: "#ffffff",
|
||||
selectRoles: 10,
|
||||
removeRoles: 10,
|
||||
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()
|
||||
|
||||
this.$router.push({
|
||||
name: "work-order-status-edit",
|
||||
name: "svc-work-order-status-edit",
|
||||
params: {
|
||||
recordid: res.data.id,
|
||||
obj: res.data // Pass data object to new form
|
||||
|
||||
Reference in New Issue
Block a user