Merge branch 'master' into cyl/master-0804

cyl/master-0804
jscyl13849007907 3 months ago
commit e940741a41

@ -272,7 +272,11 @@ export default {
}, },
openApply(){ openApply(){
let that = this; 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)=>{ that.G.Get(that.api.person_getCreatorTel,{},(createRes)=>{
console.log('创建人手机号:',createRes) console.log('创建人手机号:',createRes)
that.createData = { that.createData = {

Loading…
Cancel
Save