From c48be6834c287c719376fb9229632ecaa9604afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B3=BD=E8=85=BE?= <1178634255@qq.com> Date: Tue, 15 Aug 2023 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=AD=97=E5=85=B8=E5=AF=BC=E5=87=BA=E9=80=89=E4=B8=AD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/corpMaintain/corpSelect.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/basic/corpMaintain/corpSelect.vue b/src/views/basic/corpMaintain/corpSelect.vue index e680236..9b6b556 100644 --- a/src/views/basic/corpMaintain/corpSelect.vue +++ b/src/views/basic/corpMaintain/corpSelect.vue @@ -357,6 +357,10 @@ import { selectData.forEach((obj) => { this.query.ids.push(obj.id); }); + if (this.query.ids.length == 0) { + this.$message.warning("请选择往来单位信息!"); + return; + } this.allExport(); }, allExport() {