This commit is contained in:
2021-03-25 14:17:03 +00:00
parent 199570cc6f
commit 03179e71c3

View File

@@ -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