loulijun2021
2023-03-01 9219fc482b055ef695d0b1377ee96d0c4d065a16
src/views/kb/zhkb.vue
@@ -313,21 +313,26 @@
        res1.data.forEach(item => {
          this.ShopArr.push(item.org_code)
        })
        this.getShopSearchLine()
        this.getRightRightData()
        this.getLeftBottomData()
        this.getEcharts()
        if (this.ShopArr.length > 0) {
          this.getShopSearchLine()
          this.getRightRightData()
          this.getLeftBottomData()
          this.getEcharts()
        }
      }
      setInterval(() => {
        this.ShopSearchTask = ShopSearch().then(res1 => {
          if (res1.code === '200') {
            this.ShopArr = []
            res1.data.forEach(item => {
              this.ShopArr.push(item.org_code)
            })
          }
        })
      }, 1000 * 60)
      if (this.ShopArr.length > 0) {
        setInterval(() => {
          this.ShopSearchTask = ShopSearch().then(res1 => {
            if (res1.code === '200') {
              this.ShopArr = []
              res1.data.forEach(item => {
                this.ShopArr.push(item.org_code)
              })
            }
          })
        }, 1000 * 60)
      }
    },
    // 产线加工中任务
    getShopSearchLine() {