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