| | |
| | | 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' |
| | |
| | | } |
| | | |
| | | 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 |