修改
This commit is contained in:
shawn 2020-02-17 12:04:38 +08:00
parent f79951e394
commit ae5f16f8e9

View file

@ -557,15 +557,7 @@ export default {
} }
console.log('this.getemplist.repositoryId', this.getemplist.repositoryId) console.log('this.getemplist.repositoryId', this.getemplist.repositoryId)
console.log('this.getemplist.regionId', this.getemplist.regionId) console.log('this.getemplist.regionId', this.getemplist.regionId)
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: '请选择区域或者门店开始搜索',
offset: 100
})
return false
}
if ((this.getemplist.saleRepositoryId !== '' && this.getemplist.saleRepositoryId !== null && this.getemplist.saleRepositoryId !== undefined)) {
this.$notify.error({ this.$notify.error({
title: 'wrong', title: 'wrong',
message: '请选择门店', message: '请选择门店',