mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-21 04:16:44 +08:00
【津贴模块,津贴申请和我的资料增加开户银行支行字段】开户银行支行模糊搜索功能
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
inputvalue(val) {
|
||||
if (val) {
|
||||
this.bankList = this.bankList.filter(item => {
|
||||
return item.bankName.indexOf(val) != -1
|
||||
return item.bankBranchName.indexOf(val) != -1
|
||||
})
|
||||
} else {
|
||||
this.bankList = this.bankList1
|
||||
|
||||
Reference in New Issue
Block a user