|
|
@@ -127,6 +127,7 @@ |
|
|
|
|
|
|
|
<script> |
|
|
|
import { addPayee,listDeposit } from "@/api/onlineHome/bankAgriculture/collectionAccount"; |
|
|
|
import { isBankCard} from "@/utils/utils"; |
|
|
|
export default { |
|
|
|
name: "collectionAdd", |
|
|
|
data() { |
|
|
@@ -190,7 +191,7 @@ |
|
|
|
if (numArr) { |
|
|
|
numArr.map(rr=>{ |
|
|
|
if (rr.length>16) { |
|
|
|
const carId = this.isBankCard(rr); |
|
|
|
const carId = isBankCard(rr); |
|
|
|
if (carId) { |
|
|
|
that.form.payee = nameArr; |
|
|
|
that.form.payeeAccount = rr |
|
|
|