|
@@ -25,8 +25,8 @@
|
|
|
</FormItem>
|
|
|
<FormItem label="购买主体" required>
|
|
|
<RadioGroup v-model="member.buySubject" @on-change="radiosChange" >
|
|
|
- <Radio label="1" style="marginRight:30px" :disabled="radio_dis || finish_dis">个人</Radio>
|
|
|
- <Radio label="2" :disabled="radio_dis || finish_dis">企业</Radio>
|
|
|
+ <Radio label="1" style="marginRight:30px" :disabled="radio_dis || finish_dis || interested">个人</Radio>
|
|
|
+ <Radio label="2" :disabled="radio_dis || finish_dis || interested">企业</Radio>
|
|
|
</RadioGroup>
|
|
|
</FormItem>
|
|
|
<!-- <FormItem label="订单时间" prop="createTime">
|
|
@@ -451,6 +451,7 @@ export default {
|
|
|
|
|
|
}
|
|
|
this.member.level=''
|
|
|
+ this.nums=''
|
|
|
this.initialized()
|
|
|
this.reged()
|
|
|
},
|