feat: 开放支付宝立减金主体选择

This commit is contained in:
wangsongsole 2023-11-15 09:30:29 +08:00
parent 04d2aa67e1
commit ec5b445fda
1 changed files with 1 additions and 1 deletions

View File

@ -768,7 +768,7 @@ export default class addKnockGold extends Component {
</FormItem> </FormItem>
<FormItem labelname="主体名称" prop="provider" id="provider" key="provider"> <FormItem labelname="主体名称" prop="provider" id="provider" key="provider">
<RadioGroup <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 }) => { onChange={({ target }) => {
this.onHandleChange(target.value, "provider") this.onHandleChange(target.value, "provider")
}} }}