Jelajahi Sumber

Merge branch '07/06musicArchives' into 11/24SAAS

mo 3 tahun lalu
induk
melakukan
bdfeac7633
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      src/views/organManager/organOperation.vue

+ 6 - 0
src/views/organManager/organOperation.vue

@@ -72,11 +72,17 @@ export default {
         this.config = { ...con }
         this.productInfo = productInfo
         this.info = { ...other, theme, themeColor, corporateChops, corporateFinanceChops }
+        if(!this.info.recommender || this.info.recommender==0){
+          this.info.recommender = null
+        }
         this.productInfo.payState = this.info.payState
       } catch(e) {}
     }else {
       if(this.$route.query){
         this.info = {...this.$route.query}
+           if(!this.info.recommender || this.info.recommender==0){
+          this.info.recommender = null
+        }
         // this.info.logo= null
       }
     }