loulijun2021
2022-12-02 bf2f6079c6b94e1e429c48501a13fa38be71ecd0
src/views/kb/zhkb.vue
@@ -313,11 +313,15 @@
        res1.data.forEach(item => {
          this.ShopArr.push(item.org_code)
        })
        if (this.ShopArr.length > 0) {
        this.getShopSearchLine()
        this.getRightRightData()
        this.getLeftBottomData()
        this.getEcharts()
      }
      }
      if (this.ShopArr.length > 0) {
      setInterval(() => {
        this.ShopSearchTask = ShopSearch().then(res1 => {
          if (res1.code === '200') {
@@ -328,6 +332,7 @@
          }
        })
      }, 1000 * 60)
      }
    },
    // 产线加工中任务
    getShopSearchLine() {