This commit is contained in:
2023-01-03 02:00:09 +00:00
parent 9e95c7fae2
commit 0c10bcb050
6 changed files with 117 additions and 20 deletions

View File

@@ -235,6 +235,13 @@ export default {
});
break;
case socktype.Purchase:
vm.$router.push({
name: "purchase-edit",
params: { recordid: tid.id }
});
break;
case socktype.SubscriptionServer:
vm.$router.push({
name: "subscription-server-edit",