From 33dd8ad3dc3d223104d2538dbea7e4144fb387d5 Mon Sep 17 00:00:00 2001 From: liy <3101763317@qq.com> Date: Thu, 13 Jun 2024 16:45:15 +0800 Subject: [PATCH] li --- src/views/PersonManager/coerce/components/list.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/PersonManager/coerce/components/list.vue b/src/views/PersonManager/coerce/components/list.vue index dbdcda0..5b3fd0b 100644 --- a/src/views/PersonManager/coerce/components/list.vue +++ b/src/views/PersonManager/coerce/components/list.vue @@ -125,6 +125,9 @@ export default { ).then((data) => { this.listLoading = false this.varList = data.varList + if (this.varList.length === 0) { + this.$message.error('没有相关人员信息') + } this.total = data.page.totalResult }) .catch((e) => {