diff --git a/root/person/marge.vue b/root/person/marge.vue index 3820b6c..c5a33d6 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -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,