From f57c877d974dd26b9ed081e370db2d14a5851a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=94=A1=E8=8A=B1?= Date: Wed, 1 Apr 2020 15:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8E=B7=E5=8F=96=E5=BD=93=E5=89=8D=E4=BB=93?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/house/storeArea.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/house/storeArea.vue b/src/views/house/storeArea.vue index da3bbb3..5cea09c 100644 --- a/src/views/house/storeArea.vue +++ b/src/views/house/storeArea.vue @@ -235,9 +235,10 @@ if (result.code === 0) { this.$data.storeAreaList = result.data.records this.$data.listQuery.total = result.data.total - if (this.$data.storeAreaList && this.$data.storeAreaList.length >= 1) { + this.houseName = this.$store.getters.currentStorehouse.name + /* if (this.$data.storeAreaList && this.$data.storeAreaList.length >= 1) { this.houseName = this.$data.storeAreaList[0].storeHouseName - } + }*/ this.listLoading = false } else { this.listLoading = false -- Gitee