审批添加对应的分销商不存在
This commit is contained in:
parent
837081e530
commit
ba9ce5c55d
|
@ -226,6 +226,12 @@ export default class exchangedit extends React.Component{
|
|||
|
||||
submitCodeData(){
|
||||
|
||||
if(!this.state.reseller)
|
||||
{
|
||||
Notify.error("该兑换码对应分销商不存在")
|
||||
return
|
||||
}
|
||||
|
||||
let code_batch_id = sessionStorage.getItem("code_id")
|
||||
|
||||
let range = []
|
||||
|
|
Loading…
Reference in New Issue