From ce487b42b7d1172e47e936fc49077e8d15f38f5c Mon Sep 17 00:00:00 2001 From: liao Date: Sat, 6 May 2023 11:44:44 +0800 Subject: [PATCH] =?UTF-8?q?fix=2068463=20=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86--=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86--=E4=B8=8D?= =?UTF-8?q?=E5=8B=BE=E9=80=89=E6=95=B0=E6=8D=AE--=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE--?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD=E9=9C=80=E8=A6=81=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/system/DepartList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jero-web/src/views/system/DepartList.vue b/jero-web/src/views/system/DepartList.vue index f852a66b..937f8af1 100644 --- a/jero-web/src/views/system/DepartList.vue +++ b/jero-web/src/views/system/DepartList.vue @@ -320,7 +320,7 @@ export default { batchDel: function () { console.log(this.checkedKeys) if (this.checkedKeys.length <= 0) { - this.$message.warning('请选择一条记录!') + this.$message.warning('请至少选择一条记录!') } else { let ids = '' for (let a = 0; a < this.checkedKeys.length; a++) {