Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_xcx
This commit is contained in:
commit
4b33dbd548
|
|
@ -336,10 +336,23 @@
|
|||
uni.reLaunch({
|
||||
url: `/pages/addsupplier/successpush`
|
||||
});
|
||||
}else if(res.code == 500){
|
||||
uni.showToast({
|
||||
title:res.message,
|
||||
icon:'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
})
|
||||
} else {
|
||||
addSuppliers(form).then((res) => {
|
||||
if(res.code == 500){
|
||||
uni.showToast({
|
||||
title:res.message,
|
||||
icon:'none'
|
||||
})
|
||||
return
|
||||
}
|
||||
let data = {
|
||||
orgCode: uni.getStorageSync('nostaffmessage'),
|
||||
openId: uni.getStorageSync('openid')
|
||||
|
|
|
|||
Loading…
Reference in New Issue