HolyKnightIX před 6 měsíci
rodič
revize
34cb56f870
1 změnil soubory, kde provedl 13 přidání a 0 odebrání
  1. +13
    -0
      example/page/index.vue

+ 13
- 0
example/page/index.vue Zobrazit soubor

@@ -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>


Načítá se…
Zrušit
Uložit