From 74036343c27ec8afed71b39f445c99e2c7978ea7 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 24 Dec 2024 11:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E6=89=BE=E7=A9=BA=E5=BA=93=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/query/nullLocation.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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";