diff --git a/src/views/modules/plugins/change/changewelfare.vue b/src/views/modules/plugins/change/changewelfare.vue index 901e6158..0a25cf0c 100644 --- a/src/views/modules/plugins/change/changewelfare.vue +++ b/src/views/modules/plugins/change/changewelfare.vue @@ -75,7 +75,15 @@ - + + + @@ -192,6 +200,10 @@ export default { }else{ this.lookInfo.gridName = '' } + if(row.userId === '' || row.userId === null){ + this.$message.error('未查询到该用户的相关信息') + return false + } this.lookInfo.userId = row.userId this.showedPeopleMoreInfo = true },