|
|
|
@ -272,7 +272,6 @@ 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;
|
|
|
|
})
|
|
|
|
})
|
|
|
|
@ -292,12 +291,6 @@ export default {
|
|
|
|
title:'只能有一个审核中的合并申请'
|
|
|
|
title:'只能有一个审核中的合并申请'
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}else{
|
|
|
|
|
|
|
|
uni.showToast({
|
|
|
|
|
|
|
|
icon:'none',
|
|
|
|
|
|
|
|
title:'只能有一个审核中的合并申请'
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleSearch(){
|
|
|
|
handleSearch(){
|
|
|
|
let that = this;
|
|
|
|
let that = this;
|
|
|
|
|