This commit is contained in:
2023-04-17 22:49:47 +00:00
parent e8d1d97402
commit 07e9051cc4

View File

@@ -1134,7 +1134,7 @@ async function clickHandler(menuItem) {
l.oli = true;
l.oliExpires = z.expireDate;
break;
case 12: //Up to 15
case 17: //Up to 15
l.users = 15;
l.maintenanceExpire = z.expireDate;
break;
@@ -1220,14 +1220,13 @@ async function clickHandler(menuItem) {
break;
}
console.log("license", l);
// this.$router.push({
// name: "license-edit",
// params: {
// recordid: 0,
// obj: l
// }
// });
this.$router.push({
name: "license-edit",
params: {
recordid: 0,
obj: l
}
});
}
break;