@ -272,7 +272,6 @@ export default {
},
openApply(){
let that = this;
if(that.applysRecord && that.applysRecord.length < 1){
let _result = that.applysRecord.filter(item => {
return item.state == 0;
})
@ -292,12 +291,6 @@ export default {
title:'只能有一个审核中的合并申请'
}
}else{
uni.showToast({
icon:'none',
handleSearch(){