This commit is contained in:
xiongchengqiang 2020-12-15 11:34:05 +08:00
parent 5b52981873
commit 0f2fdc2a65

View File

@ -289,7 +289,7 @@ export default {
computed: {}, computed: {},
beforeMount () {}, beforeMount () {},
mounted () { mounted () {
this.info = this.templateForm this.info = info
const id = this.$route.query.id || '' const id = this.$route.query.id || ''
this.id = id this.id = id
if (id) { if (id) {