|  |  | 
 |  |  |                                     <el-radio :label="'3'">消费指定产品可成为分销员</el-radio> | 
 |  |  |                                     <div style="display:flex;align-items: center;"> | 
 |  |  |                                         <el-button type="primary" @click="drawer = true">设置产品</el-button> | 
 |  |  |                                         <el-input  style="width:100px;" v-model="paramSettingFive.paramValue1"></el-input> | 
 |  |  |                                         <el-input  style="width:100px;display: block;" v-model="cpid"></el-input> | 
 |  |  |                                         <el-input  style="width:100px;display: none;" v-model="paramSettingFive.paramValue1"></el-input> | 
 |  |  |                                         <el-input  style="width:100px;display: none;" v-model="cpid"></el-input> | 
 |  |  |                                     </div> | 
 |  |  |                                 </div> | 
 |  |  |                                 <div style="margin-top: 25px;display:flex;align-items: center;"> | 
 |  |  | 
 |  |  |                     let paramValue = paramSetting.paramValue; | 
 |  |  |                     let paramValue1; | 
 |  |  |                     let paramValue2; | 
 |  |  |  | 
 |  |  |                     alert(paramValue); | 
 |  |  |                     if(paramValue === '3'){ | 
 |  |  |                         paramValue1 = _this.cpid; | 
 |  |  |                     }else if(paramValue === '4'){ | 
 |  |  |                         paramValue2 = paramSetting.paramValue2; | 
 |  |  |                     } | 
 |  |  |                     alert(paramValue1); | 
 |  |  |  | 
 |  |  |                     alert(paramValue2); | 
 |  |  |  | 
 |  |  |                     let obj = { | 
 |  |  |                         paramCode: paramCode, | 
 |  |  |                         paramValue: paramValue, |