✨ feat: 开放支付宝立减金主体选择
This commit is contained in:
parent
04d2aa67e1
commit
ec5b445fda
|
@ -768,7 +768,7 @@ export default class addKnockGold extends Component {
|
|||
</FormItem>
|
||||
<FormItem labelname="主体名称" prop="provider" id="provider" key="provider">
|
||||
<RadioGroup
|
||||
disabled={this.props?.data?.id || this.state.model.channel != 2 ? true : false}
|
||||
disabled={this.props?.data?.id || this.state.model.channel === 3 ? true : false}
|
||||
onChange={({ target }) => {
|
||||
this.onHandleChange(target.value, "provider")
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue