linwenxin hace 11 meses
padre
commit
810d3415fd

+ 2 - 1
src/views/mallManagement/activity/special_index/index.vue

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

+ 1 - 0
src/views/mallManagement/activity/special_set/index.vue

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