Commit 20b1ae73 authored by guang.wu's avatar guang.wu

fix: pop归属不能修改

parent a1039650
...@@ -405,7 +405,7 @@ class BusinessInfo extends Component { ...@@ -405,7 +405,7 @@ class BusinessInfo extends Component {
<Checkbox.Group <Checkbox.Group
options={POPModel} options={POPModel}
onChange={e => this.onChangePOPModel(e)} onChange={e => this.onChangePOPModel(e)}
disabled={+mainCategoryId === carID || disabled} disabled
/>, />,
)} )}
</FormItem> </FormItem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment