|
|
@@ -2128,7 +2128,7 @@ export default {
|
|
|
buryingPointPosition: '我的筛选',
|
|
|
});
|
|
|
}
|
|
|
- if (this.chainName != '' && this.chainName != null) {
|
|
|
+ if (this.chainName != '' && this.chainName != 'null') {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|
|
|
@@ -2165,7 +2165,7 @@ export default {
|
|
|
buryingPointPosition: '销售部的门店筛选',
|
|
|
});
|
|
|
}
|
|
|
- if (this.chainName != '' && this.chainName != null) {
|
|
|
+ if (this.chainName != '' && this.chainName != 'null') {
|
|
|
this.buryingPoint({
|
|
|
systemModel: '计划外',
|
|
|
buryingPointType: 1,
|