审批添加对应的分销商不存在

This commit is contained in:
姜棚 2022-01-06 11:44:04 +08:00
parent 837081e530
commit ba9ce5c55d
1 changed files with 6 additions and 0 deletions

View File

@ -226,6 +226,12 @@ export default class exchangedit extends React.Component{
submitCodeData(){ submitCodeData(){
if(!this.state.reseller)
{
Notify.error("该兑换码对应分销商不存在")
return
}
let code_batch_id = sessionStorage.getItem("code_id") let code_batch_id = sessionStorage.getItem("code_id")
let range = [] let range = []