no message

cyl/master-0804
jscyl13849007907 3 months ago
parent 83b274183d
commit 1c6dc59181

@ -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;

Loading…
Cancel
Save