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