no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 83b274183d
commit 1c6dc59181

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

Loading…
Cancel
Save