瀏覽代碼

feature_20250903_买点筛选出现'null'bug

zhujindu 3 月之前
父節點
當前提交
fc7e369206
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/components/filtrate.vue
  2. 2 2
      src/views/deviceOutside/index.vue

+ 1 - 1
src/components/filtrate.vue

@@ -242,7 +242,7 @@ export default {
           }
         }
       }
-      if (this.chainName != '' && this.chainName != null) {
+      if (this.chainName != '' && this.chainName != 'null') {
         buryingPoint({
           systemModel: '计划内',
           buryingPointType: 1,

+ 2 - 2
src/views/deviceOutside/index.vue

@@ -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,