Commit 3fe18fff authored by 786817560's avatar 786817560

'带出绑定查询法人银行信息'

parent 14a5dfe7
<!--
* @Description: In User Settings Edit
* @Author: your name
* @Date: 2019-09-30 15:18:52
* @LastEditTime: 2019-10-10 10:05:16
* @LastEditors: Please set LastEditors
-->
<template>
<div id="bank-card">
......@@ -60,7 +67,11 @@ export default {
methods: {
sendFlag (bank) {
this.showModalValue = true
this.$emit('getInfo', this.showModalValue,bank)
this.$emit('getInfo', this.showModalValue, bank)
},
selectLast (item) {
let num = item.bank_account_num
return num.substring(num.length - 4)
},
changeBgImg (item) {
if (item.bank_full_name === '中国农业银行') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment