This commit is contained in:
zhangds 2022-10-20 15:08:51 +08:00
commit c9b2ae8fe0
2 changed files with 346 additions and 349 deletions

View File

@ -124,7 +124,7 @@ export default class adduserinfo extends React.Component {
}
onTypeChange(e) {
let model2 = this.state.model
model2.type = e.target.value
model2.product_type = e.target.value
this.setState({ model: model2 })
}

File diff suppressed because it is too large Load Diff