@@ -251,10 +251,11 @@ export default {
toConfigure(item) {
console.log('配置', item)
item.objectId = this.companyWechatTemplateId
+
this.$router.push({
name: 'special_set',
query: {
- item
+ item: JSON.stringify(item)
}
})
@@ -347,6 +347,7 @@ export default {
},
created() {
const { item } = this.$route.query
+ item = JSON.parse(item)
this.activityName = item.activityName
this.objectId = item.objectId
this.type = item.type