diff --git a/root/person/marge.vue b/root/person/marge.vue index 9960879..77d1bb5 100644 --- a/root/person/marge.vue +++ b/root/person/marge.vue @@ -272,7 +272,11 @@ export default { }, openApply(){ let that = this; - if(that.applysRecord && that.applysRecord.length < 1){ + let _result = that.applysRecord.filter(item => { + return item.state == 0; + }) + console.log('that.applysRecord',that.applysRecord,'--',_result) + if(_result && _result.length == 0){ that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{ console.log('创建人手机号:',createRes) that.createData = {