no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 09ba059ec3
commit 83b274183d

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

Loading…
Cancel
Save