diff --git a/src/pages/query/nullLocation.vue b/src/pages/query/nullLocation.vue index dd0f6bcc..09a5ac65 100644 --- a/src/pages/query/nullLocation.vue +++ b/src/pages/query/nullLocation.vue @@ -51,8 +51,8 @@ 是否可用: - - + 可用 + 不可用 @@ -142,6 +142,10 @@ } var list = res.data.list; this.totalCount = res.data.total + if(this.totalCount==0){ + this.showMessage("库区["+this.locationAreaCode+"]没有查找到空库位"); + return; + } this.loadingType = "loadmore"; if (list == null || list.length == 0) { this.loadingType = "nomore";