Explorar o código

兼容之前错误数据

armg hai 1 semana
pai
achega
f4565fd504
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/AIDesign/result.vue

+ 2 - 1
src/views/AIDesign/result.vue

@@ -546,11 +546,12 @@ export default class extends Vue {
     let that = this;
     let that = this;
     // 实现重新生成逻辑
     // 实现重新生成逻辑
     const F_ID = this.$route.query.F_id || "";
     const F_ID = this.$route.query.F_id || "";
+    let projectId = this.allRes.WecomType == 2 && that.projectId ? that.projectId : null;
     this.$router.push({
     this.$router.push({
       path: this.designPageApi[this.wallType],
       path: this.designPageApi[this.wallType],
       query: {
       query: {
         F_id: F_ID,
         F_id: F_ID,
-        projectId: that.projectId
+        projectId
       }
       }
     });
     });
   }
   }