no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 01a5fe6821
commit 84a926cac4

@ -266,15 +266,22 @@ export default {
}, },
openApply(){ openApply(){
let that = this; let that = this;
that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{ if(that.applysRecord && that.applysRecord.length < 1){
console.log('创建人手机号:',createRes) that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{
that.createData = { console.log('创建人手机号:',createRes)
isShow:true, that.createData = {
code:'', isShow:true,
tel: createRes.tel, code:'',
telEncrypt: createRes.telEncrypt tel: createRes.tel,
}; telEncrypt: createRes.telEncrypt
}) };
})
}else{
uni.showToast({
icon:'none',
title:'只能有一个审核中的合并申请'
})
}
}, },
handleSearch(){ handleSearch(){
let that = this; let that = this;

Loading…
Cancel
Save