From 21e8f2b6387af467def2f2360ba2f235927e0cfe Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Tue, 4 Apr 2023 16:03:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financialCenter/enterpriseRecharge/components/add.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/views/financialCenter/enterpriseRecharge/components/add.vue b/src/views/financialCenter/enterpriseRecharge/components/add.vue index 1e975c0..03ea5f4 100644 --- a/src/views/financialCenter/enterpriseRecharge/components/add.vue +++ b/src/views/financialCenter/enterpriseRecharge/components/add.vue @@ -259,7 +259,10 @@ export default { //回显 if (id) { this.form = JSON.parse(JSON.stringify(this.controlWindows.addInfo)); - + this.form["companyBankCardArr"] = [ + +this.form.internalCompanyId, + this.form.companyBankCardId, + ]; if (this.form.offlineTransactionProof) { this.fileList.push({ url: this.form.offlineTransactionProof,