|
|
@@ -2112,7 +2112,7 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
if (this.tabVal == 1) {
|
|
|
- if (this.storeLabelTypes.length > 0) {
|
|
|
+ if (StoreLabelsArr.length > 0) {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|
|
|
@@ -2130,7 +2130,7 @@ export default {
|
|
|
buryingPointPosition: '我的筛选',
|
|
|
});
|
|
|
}
|
|
|
- if (this.chainName != '') {
|
|
|
+ if (this.chainName != '' && this.chainName != null) {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|
|
|
@@ -2149,7 +2149,7 @@ export default {
|
|
|
// });
|
|
|
// }
|
|
|
} else {
|
|
|
- if (this.storeLabelTypes.length > 0) {
|
|
|
+ if (StoreLabelsArr.length > 0) {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|
|
|
@@ -2167,7 +2167,7 @@ export default {
|
|
|
buryingPointPosition: '销售部的门店筛选',
|
|
|
});
|
|
|
}
|
|
|
- if (this.chainName != '') {
|
|
|
+ if (this.chainName != '' && this.chainName != null) {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|