This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user