干燥机配套车间生产管理系统/云平台前端
baoshiwei
2 天以前 220db80e605945ced1b33443020933206b0915db
src/views/dry/bigScreen/BigEqp.vue
@@ -572,7 +572,7 @@
   import 'echarts-liquidfill'
   import { Icon, IconPicker, SvgIcon } from '/@/components/Icon/index'
   import { defHttp } from '/@/utils/http/axios'
   import { queryById, listAll } from '../api/DryEquipment.api'
   import { queryById } from '../api/DryEquipment.api'
   import { dryEquipment } from '../dataDefine/DryEquipment.data'
   import { useUserStore } from '/@/store/modules/user'
   import { getTenantId, getToken } from '/@/utils/auth'
@@ -1499,7 +1499,8 @@
   }
   function listAllEqp() {
      listAll({ enable: 'Y' })
    let tenantId = getTenantId()
    defHttp.get({ url: '/dry/real/queryAllEqps', params: { tenantId: tenantId,enable: 'Y'  } })
         .then((result) => {
            //console.log(`output->result`, result)
            eqps.value = result