【津贴模块,津贴申请和我的资料增加开户银行支行字段】开户银行支行模糊搜索功能

This commit is contained in:
li.yuetong
2022-08-16 16:24:16 +08:00
parent 7df9f3b4d9
commit 2f8b59b220
3 changed files with 12 additions and 11 deletions

View File

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