From ae5f16f8e9ec541e89c46fc385513b401c068570 Mon Sep 17 00:00:00 2001 From: shawn Date: Mon, 17 Feb 2020 12:04:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改 --- src/views/SaleReport/saleDetailCount.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/views/SaleReport/saleDetailCount.vue b/src/views/SaleReport/saleDetailCount.vue index 62878f9f..e6cc924f 100644 --- a/src/views/SaleReport/saleDetailCount.vue +++ b/src/views/SaleReport/saleDetailCount.vue @@ -557,15 +557,7 @@ export default { } console.log('this.getemplist.repositoryId', this.getemplist.repositoryId) console.log('this.getemplist.regionId', this.getemplist.regionId) - if ((this.getemplist.saleRepositoryId === '' || this.getemplist.saleRepositoryId === null || this.getemplist.saleRepositoryId === undefined)) { - this.$notify.error({ - title: 'wrong', - message: '请选择区域或者门店开始搜索', - offset: 100 - }) - return false - } - if ((this.getemplist.saleRepositoryId !== '' && this.getemplist.saleRepositoryId !== null && this.getemplist.saleRepositoryId !== undefined)) { + if ((this.getemplist.saleRepositoryId === '' && this.getemplist.saleRepositoryId === null && this.getemplist.saleRepositoryId === undefined)) { this.$notify.error({ title: 'wrong', message: '请选择门店',