Explorar o código

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

mo %!s(int64=3) %!d(string=hai) anos
pai
achega
bdfeac7633
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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
       }
     }