From bfc7db33db418cbd5c2780e3b8d55d1af91e63e0 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 24 Dec 2024 13:31:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/query/nullLocation.vue | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/pages/query/nullLocation.vue b/src/pages/query/nullLocation.vue index 794c3594..245fb781 100644 --- a/src/pages/query/nullLocation.vue +++ b/src/pages/query/nullLocation.vue @@ -46,7 +46,6 @@ - 是否可用: @@ -54,13 +53,8 @@ 可用 不可用 - - - - - @@ -118,7 +112,10 @@ methods: { getList(type) { - + if(!this.locationAreaCode){ + this.showMessage("请输入库区"); + return; + } let that = this; uni.showLoading({ title: "加载中­....",