|
|
|
|
@ -319,13 +319,13 @@ export default {
|
|
|
|
|
})
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
if(!that.modalApplyData.desp){
|
|
|
|
|
uni.showToast({
|
|
|
|
|
icon:'none',
|
|
|
|
|
title:'请输入备注'
|
|
|
|
|
})
|
|
|
|
|
return false;
|
|
|
|
|
}
|
|
|
|
|
// if(!that.modalApplyData.desp){
|
|
|
|
|
// uni.showToast({
|
|
|
|
|
// icon:'none',
|
|
|
|
|
// title:'请输入备注'
|
|
|
|
|
// })
|
|
|
|
|
// return false;
|
|
|
|
|
// }
|
|
|
|
|
that.G.Post(that.api.person_addApply,{
|
|
|
|
|
sourceAgencyId:uni.getStorageSync("apply-userinfo").agencyId,
|
|
|
|
|
targetAgencyId:that.modalApplyData.selectResult,
|
|
|
|
|
|