This commit is contained in:
2023-04-14 20:01:22 +00:00
parent ef010288e3
commit d54f5fd468

View File

@@ -277,6 +277,13 @@ export default {
});
break;
case socktype.Subscription:
vm.$router.push({
name: "subscription-edit",
params: { recordid: tid.id }
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",