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: "加载中­....",