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) => {