wangxia 3 months ago
commit 09fb16242a

@ -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 = {

Loading…
Cancel
Save