Crunchy
2024-07-23 20c25f5339b54eeb100682414295d437625de93d
设备数采配置 调整
已修改1个文件
11 ■■■■■ 文件已修改
src/components/view/b3-classes.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/view/b3-classes.vue
@@ -576,6 +576,15 @@
      })
    },
    obtainItemParameterList() {
      if(this.PROJECT == '检测中心') {
        this.laboratory = [{
                            label: '通信产品实验室',
                            value: '通信产品实验室'
                          }, {
                            label: '电力产品实验室',
                            value: '电力产品实验室'
                          }]
      } else {
      this.$axios.get(this.$api.laboratoryScope.obtainItemParameterList).then(res => {
        let data = []
        res.data.forEach(a => {
@@ -586,6 +595,8 @@
        })
        this.laboratory = data
      })
      }
    },
    handleCommand(e,m){
      if(e!=m.shift){