Parcourir la source

upload

release
HolyKnightIX il y a 6 mois
Parent
révision
34cb56f870
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. +13
    -0
      example/page/index.vue

+ 13
- 0
example/page/index.vue Voir le fichier

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


Chargement…
Annuler
Enregistrer