From ac204774c4016caca19a3482c888c88aa5336c8b Mon Sep 17 00:00:00 2001 From: MO <448233645@qq.com> Date: Sun, 8 Oct 2023 13:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=80=89bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/accounting/invoices/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/accounting/invoices/index.vue b/src/views/accounting/invoices/index.vue index 20d81e28..5c93fe9f 100644 --- a/src/views/accounting/invoices/index.vue +++ b/src/views/accounting/invoices/index.vue @@ -1122,10 +1122,10 @@ export default { this.ids = selection.map((item) => item.id); if (selection.length == 1) { this.multiple = false; + this.form = selection[0]; } else { this.multiple = true; } - this.form = selection[0]; }, /** 新增按钮操作 */ handleAdd() {