HolyKnightIX pirms 6 mēnešiem
vecāks
revīzija
34cb56f870
1 mainītis faili ar 13 papildinājumiem un 0 dzēšanām
  1. +13
    -0
      example/page/index.vue

+ 13
- 0
example/page/index.vue Parādīt failu

@@ -397,6 +397,19 @@ export default {
if (tenantId) this.tenantId = tenantId
this.getData()
},
beforeCreate() {
const tenantId = this.$route.query.tenantId
const templateId = this.$route.query.templateId
if (templateId) {
this.$router.push({
path: "/designer",
query: {
tenantId,
templateId
}
})
}
}
}
</script>
<style lang="scss" scoped>


Notiek ielāde…
Atcelt
Saglabāt