Update add.js
This commit is contained in:
parent
3159dc7534
commit
2b551783db
|
@ -446,11 +446,17 @@ export default class acclist extends React.Component{
|
|||
}
|
||||
onAudit(){
|
||||
|
||||
if(!this.state.reseller)
|
||||
{
|
||||
Notify.error("对应分销商数据不存在");
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
|
||||
if(this.state.isEdit)
|
||||
{
|
||||
let selection = this.refs.bindObj.getSelectData()
|
||||
|
||||
|
||||
let formdata = selection.filter((item)=>{
|
||||
return !item.hasOwnProperty("disabled")
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue